diff mbox series

[v4,02/12] arm64: dts: rockchip: change node name for pwm-fan for Radxa ROCK 5C

Message ID 20241209125131.4101-3-naoki@radxa.com (mailing list archive)
State New
Headers show
Series arm64: dts: rockchip: refine dts for Radxa ROCK 5C | expand

Commit Message

FUKAUMI Naoki Dec. 9, 2024, 12:51 p.m. UTC
"pwm-fan" is more common node name.

Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
---
Changes in v4
- new
---
 arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts
index 23e9b447b6f0..630f026d856c 100644
--- a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5c.dts
@@ -68,7 +68,7 @@  led-1 {
 		};
 	};
 
-	fan {
+	pwm-fan {
 		compatible = "pwm-fan";
 		#cooling-cells = <2>;
 		cooling-levels = <0 64 128 192 255>;