Skip to content

Commit 7bcba86

Browse files
committed
backlight pwm period changed to 40000us to fix high pitch noise issue at 10Khz
1 parent 1a57ac0 commit 7bcba86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/sun8i-v3s-funkey.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

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

0 commit comments

Comments
 (0)