Skip to content

Commit

Permalink
ayufan: dts: rockpro64: fix fan configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Sep 29, 2018
1 parent 963067e commit 95cecee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,11 @@

fan0: pwm-fan {
compatible = "pwm-fan";
pwms = <&pwm1 0 20000000 0>;
pwms = <&pwm1 0 10000 0>;
cooling-min-state = <0>;
cooling-max-state = <3>;
#cooling-cells = <2>;
cooling-levels = <0 102 170 230>;
cooling-levels = <0 80 170 230>;
};

rk_key: rockchip-key {
Expand Down

0 comments on commit 95cecee

Please sign in to comment.