Skip to content

Commit

Permalink
ARM: dts: omap4-sdp: Add support for pwm-leds (keypad and charging LED)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter Ujfalusi authored and Benoit Cousson committed Apr 8, 2013
1 parent 2c09c60 commit 28f166c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions arch/arm/boot/dts/omap4-sdp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,21 @@
};
};

pwmleds {
compatible = "pwm-leds";
kpad {
label = "omap4::keypad";
pwms = <&twl_pwm 0 7812500>;
max-brightness = <127>;
};

charging {
label = "omap4:green:chrg";
pwms = <&twl_pwmled 0 7812500>;
max-brightness = <255>;
};
};

sound {
compatible = "ti,abe-twl6040";
ti,model = "SDP4430";
Expand Down

0 comments on commit 28f166c

Please sign in to comment.