Skip to content

Commit

Permalink
ayufan: dts: rockpro64: define cooling-levels for fan
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Apr 3, 2020
1 parent 50979db commit 74873b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
compatible = "pwm-fan";
#cooling-cells = <2>;
fan-supply = <&vcc12v_dcin>;
pwms = <&pwm1 0 50000 0>;
pwms = <&pwm1 0 10000 0>;
cooling-levels = <0 80 170 230>;
};

sdio_pwrseq: sdio-pwrseq {
Expand Down

0 comments on commit 74873b7

Please sign in to comment.