diff options
author | Florian Vaussard <florian.vaussard@epfl.ch> | 2012-09-10 09:16:36 -0400 |
---|---|---|
committer | Benoit Cousson <b-cousson@ti.com> | 2012-09-10 09:44:45 -0400 |
commit | a135f2f82c64fa779adbc19b41e21039a258a6a4 (patch) | |
tree | 2d478826e802decfa77ea8d7df13e06a84437e75 /arch/arm | |
parent | 807e1b426db755a605f0aa03604c1cd00630e727 (diff) |
ARM: dts: omap3-overo: Add support for the blue LED
Support the blue LED connected to the LEDB pin of the TWL4030
on the Gumstix Overo.
Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/omap3-overo.dtsi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-overo.dtsi b/arch/arm/boot/dts/omap3-overo.dtsi index d6cc5e2671e7..89808ce01673 100644 --- a/arch/arm/boot/dts/omap3-overo.dtsi +++ b/arch/arm/boot/dts/omap3-overo.dtsi | |||
@@ -13,6 +13,17 @@ | |||
13 | 13 | ||
14 | /include/ "omap3.dtsi" | 14 | /include/ "omap3.dtsi" |
15 | 15 | ||
16 | / { | ||
17 | leds { | ||
18 | compatible = "gpio-leds"; | ||
19 | overo { | ||
20 | label = "overo:blue:COM"; | ||
21 | gpios = <&twl_gpio 19 0>; | ||
22 | linux,default-trigger = "mmc0"; | ||
23 | }; | ||
24 | }; | ||
25 | }; | ||
26 | |||
16 | &i2c1 { | 27 | &i2c1 { |
17 | clock-frequency = <2600000>; | 28 | clock-frequency = <2600000>; |
18 | 29 | ||
@@ -40,3 +51,7 @@ | |||
40 | &mmc2 { | 51 | &mmc2 { |
41 | bus-width = <4>; | 52 | bus-width = <4>; |
42 | }; | 53 | }; |
54 | |||
55 | &twl_gpio { | ||
56 | ti,use-leds; | ||
57 | }; | ||