ODROID-M2: arm64/dts: Enable fan.

- Changed pwm period values to fit frequency, 45KHz.

Signed-off-by: xiane <sangch.go@gmail.com>
Change-Id: Id1dc4739401fdb90e28d3346dbd69d232de9c216
This commit is contained in:
xiane
2024-03-11 16:02:03 +09:00
committed by codewalkerster
parent 6f718e9a45
commit 2d7de9c1f1

View File

@@ -100,11 +100,11 @@
};
fan: pwm-fan {
status = "disabled";
status = "okay";
compatible = "pwm-fan";
#cooling-cells = <2>;
pwms = <&pwm0 0 50000 0>;
cooling-levels = <0 50 100 150 200 255>;
pwms = <&pwm0 0 22222 0>;
cooling-levels = <0 71 130 170 200 255>;
rockchip,temp-trips = <
50000 1
55000 2