arm64: dts: opi5pro/5max: Adjust the driving frequency of the pwm fan
This commit is contained in:
parent
95059f4d53
commit
e0bc0b1ead
|
|
@ -415,7 +415,7 @@
|
|||
fan: pwm-fan {
|
||||
compatible = "pwm-fan";
|
||||
#cooling-cells = <2>;
|
||||
pwms = <&pwm9 0 50000 0>;
|
||||
pwms = <&pwm9 0 20000000 0>;
|
||||
cooling-levels = <0 50 100 150 200 255>;
|
||||
rockchip,temp-trips = <
|
||||
50000 1
|
||||
|
|
|
|||
|
|
@ -301,7 +301,7 @@
|
|||
fan: pwm-fan {
|
||||
compatible = "pwm-fan";
|
||||
#cooling-cells = <2>;
|
||||
pwms = <&pwm2 0 50000 0>;
|
||||
pwms = <&pwm2 0 20000000 0>;
|
||||
cooling-levels = <0 50 100 150 200 255>;
|
||||
rockchip,temp-trips = <
|
||||
50000 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue