Skip to content

Commit

Permalink
ARM: dts: omap3-overo: Add support for the blue LED
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Florian Vaussard authored and Benoit Cousson committed Sep 10, 2012
1 parent 807e1b4 commit a135f2f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions arch/arm/boot/dts/omap3-overo.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;

Expand Down Expand Up @@ -40,3 +51,7 @@
&mmc2 {
bus-width = <4>;
};

&twl_gpio {
ti,use-leds;
};

0 comments on commit a135f2f

Please sign in to comment.