Skip to content

Commit

Permalink
backlight pwm period changed to 40000us to fix high pitch noise issue…
Browse files Browse the repository at this point in the history
… at 10Khz
  • Loading branch information
Vincent-FK committed Mar 1, 2021
1 parent 1a57ac0 commit 7bcba86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/sun8i-v3s-funkey.dts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

backlight: backlight {
compatible = "pwm-backlight";
pwms = <&pwm 0 100000 1>;
pwms = <&pwm 0 40000 1>;
brightness-levels = <0 1 2 3 8 14 21 32 46 60 80 100>; //2.2 div factor
default-brightness-level = <11>;
power-supply = <&reg_vcc5v0>;
Expand Down

0 comments on commit 7bcba86

Please sign in to comment.