mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
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:
@@ -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
|
||||
>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user