aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2012-11-12 09:06:56 -0500
committerBenoit Cousson <benoit.cousson@linaro.org>2013-04-08 18:16:51 -0400
commit28f166cb66197b366c71fa546db4300d09859262 (patch)
treecc6c050697bed4a77468b3ed5b1ce6130b1490b7
parent2c09c60cd359a13f54e78ddebc6edb123ed785ed (diff)
ARM: dts: omap4-sdp: Add support for pwm-leds (keypad and charging LED)
Sections to describe the pwm-leds in the system. 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.dts15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4-sdp.dts b/arch/arm/boot/dts/omap4-sdp.dts
index 43e5258a9372..8101a945e7c3 100644
--- a/arch/arm/boot/dts/omap4-sdp.dts
+++ b/arch/arm/boot/dts/omap4-sdp.dts
@@ -80,6 +80,21 @@
80 }; 80 };
81 }; 81 };
82 82
83 pwmleds {
84 compatible = "pwm-leds";
85 kpad {
86 label = "omap4::keypad";
87 pwms = <&twl_pwm 0 7812500>;
88 max-brightness = <127>;
89 };
90
91 charging {
92 label = "omap4:green:chrg";
93 pwms = <&twl_pwmled 0 7812500>;
94 max-brightness = <255>;
95 };
96 };
97
83 sound { 98 sound {
84 compatible = "ti,abe-twl6040"; 99 compatible = "ti,abe-twl6040";
85 ti,model = "SDP4430"; 100 ti,model = "SDP4430";