diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2013-01-18 09:00:47 -0500 |
---|---|---|
committer | Benoit Cousson <benoit.cousson@linaro.org> | 2013-04-08 18:16:52 -0400 |
commit | f95c01df317ab759ce27ab94b8bcb0fa54c77a62 (patch) | |
tree | 7974d41ee87a4a76e52939b69bdbb3f76a70d976 | |
parent | 28f166cb66197b366c71fa546db4300d09859262 (diff) |
ARM: dts: omap4-sdp: Add support for pwm-backlight
Section to describe the backlight for the LCD panels.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/omap4-sdp.dts | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4-sdp.dts b/arch/arm/boot/dts/omap4-sdp.dts index 8101a945e7c3..c2dee41eb7d7 100644 --- a/arch/arm/boot/dts/omap4-sdp.dts +++ b/arch/arm/boot/dts/omap4-sdp.dts | |||
@@ -95,6 +95,17 @@ | |||
95 | }; | 95 | }; |
96 | }; | 96 | }; |
97 | 97 | ||
98 | backlight { | ||
99 | compatible = "pwm-backlight"; | ||
100 | pwms = <&twl_pwm 1 7812500>; | ||
101 | brightness-levels = < | ||
102 | 0 10 20 30 40 | ||
103 | 50 60 70 80 90 | ||
104 | 100 110 120 127 | ||
105 | >; | ||
106 | default-brightness-level = <13>; | ||
107 | }; | ||
108 | |||
98 | sound { | 109 | sound { |
99 | compatible = "ti,abe-twl6040"; | 110 | compatible = "ti,abe-twl6040"; |
100 | ti,model = "SDP4430"; | 111 | ti,model = "SDP4430"; |