Skip to content

Commit

Permalink
ARM: dts: omap3-gta04: reduce panel backlight PWM frequency to 83Hz
Browse files Browse the repository at this point in the history
This helps to get 100% intensity closer to "always on".

It compensates for an effect of dmtimer which at 100% still emits short
"off" impulses and the startup-time of the DC/DC converter makes
backlight intensity not reach full scale. The lower the PWM frequency
is, the smaller is this effect.

Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
H. Nikolaus Schaller authored and Tony Lindgren committed Sep 14, 2016
1 parent 98cc454 commit 3868b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/omap3-gta04.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@

backlight {
compatible = "pwm-backlight";
pwms = <&pwm11 0 2000000 0>;
pwms = <&pwm11 0 12000000 0>;
pwm-names = "backlight";
brightness-levels = <0 11 20 30 40 50 60 70 80 90 100>;
default-brightness-level = <9>; /* => 90 */
Expand Down

0 comments on commit 3868b42

Please sign in to comment.