Skip to content

Commit

Permalink
RetrOLED CM5: Fix PWM fan frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
ginkage committed Oct 30, 2024
1 parent 1725188 commit f3d9914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/rk3588s-retroled-cm5.dts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
compatible = "pwm-fan";
#cooling-cells = <2>;
cooling-levels = <15 55 95 135 175 215 255>;
pwms = <&pwm11 0 10000 0>;
pwms = <&pwm11 0 40000 0>;
};

wm8960_mclk: wm8960-mclk {
Expand Down

0 comments on commit f3d9914

Please sign in to comment.