ODROID-M2: arm64/dts: Increase the initial drive voltage of the cooling fan.

Signed-off-by: ckkim <changkon12@gmail.com>
Change-Id: I777b759a92d2046723a1025c2d1c2149720d6482
This commit is contained in:
ckkim
2024-08-05 18:19:39 +09:00
committed by Dongjin Kim
parent 70d40be78c
commit a08de79a0e

View File

@@ -104,13 +104,11 @@
compatible = "pwm-fan";
#cooling-cells = <2>;
pwms = <&pwm0 0 22222 0>;
cooling-levels = <0 71 130 170 200 255>;
cooling-levels = <0 192 224 255>;
rockchip,temp-trips = <
50000 1
55000 2
60000 3
65000 4
70000 5
60000 1
65000 2
70000 3
>;
};