dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Florian Vaussard 2012-09-10 15:16:36 +02:00 committed by Benoit Cousson
parent 807e1b426d
commit a135f2f82c
1 changed files with 15 additions and 0 deletions

View File

@ -13,6 +13,17 @@
/include/ "omap3.dtsi"
/ {
leds {
compatible = "gpio-leds";
overo {
label = "overo:blue:COM";
gpios = <&twl_gpio 19 0>;
linux,default-trigger = "mmc0";
};
};
};
&i2c1 {
clock-frequency = <2600000>;
@ -40,3 +51,7 @@
&mmc2 {
bus-width = <4>;
};
&twl_gpio {
ti,use-leds;
};