All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: omap3-gta04: reduce panel backlight PWM frequency to 83Hz
@ 2016-09-05  9:16 H. Nikolaus Schaller
  2016-09-10  3:17 ` Matthijs van Duin
  0 siblings, 1 reply; 19+ messages in thread
From: H. Nikolaus Schaller @ 2016-09-05  9:16 UTC (permalink / raw)
  To: Benoît Cousson, Tony Lindgren, Rob Herring, Mark Rutland,
	Russell King, marek
  Cc: linux-omap, devicetree, linux-kernel, letux-kernel,
	H. Nikolaus Schaller

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>
---
 arch/arm/boot/dts/omap3-gta04.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi
index c09a057..94f12dd 100644
--- a/arch/arm/boot/dts/omap3-gta04.dtsi
+++ b/arch/arm/boot/dts/omap3-gta04.dtsi
@@ -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 */
-- 
2.7.3

^ permalink raw reply related	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2016-09-14 18:12 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-05  9:16 [PATCH] ARM: dts: omap3-gta04: reduce panel backlight PWM frequency to 83Hz H. Nikolaus Schaller
2016-09-10  3:17 ` Matthijs van Duin
2016-09-10  7:08   ` H. Nikolaus Schaller
     [not found]     ` <3188F52F-1372-4D59-B790-C15E584A44F2-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2016-09-10  7:14       ` [Letux-kernel] " H. Nikolaus Schaller
2016-09-10  7:14         ` H. Nikolaus Schaller
2016-09-10  8:20       ` Matthijs van Duin
2016-09-10  8:20         ` Matthijs van Duin
2016-09-10  9:10         ` H. Nikolaus Schaller
     [not found]           ` <7C9DF12E-32C6-4D7C-BAAD-5CE9F8BA305A-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2016-09-13 22:07             ` Tony Lindgren
2016-09-13 22:07               ` Tony Lindgren
     [not found]               ` <20160913220710.wo7jjyql362pttbs-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2016-09-14  4:28                 ` H. Nikolaus Schaller
2016-09-14  4:28                   ` H. Nikolaus Schaller
     [not found]                   ` <82853D52-0D6B-42EC-8900-5575A92123E6-xXXSsgcRVICgSpxsJD1C4w@public.gmane.org>
2016-09-14 18:12                     ` Tony Lindgren
2016-09-14 18:12                       ` Tony Lindgren
     [not found]   ` <20160910031736.xwnepaoifpedqfbr-2pNSKKP3PSK44ywRPIzf9A@public.gmane.org>
2016-09-10 13:48     ` Neil Armstrong
2016-09-10 13:48       ` Neil Armstrong
2016-09-12 14:41       ` David Rivshin
     [not found]         ` <20160912104155.267876a2.drivshin-WHIoityCHfoAvxtiuMwx3w@public.gmane.org>
2016-09-12 15:03           ` Neil Armstrong
2016-09-12 15:03             ` Neil Armstrong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.