Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a135f2f8 authored by Florian Vaussard's avatar Florian Vaussard Committed by Benoit Cousson
Browse files

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: default avatarFlorian Vaussard <florian.vaussard@epfl.ch>
Signed-off-by: default avatarBenoit Cousson <b-cousson@ti.com>
parent 807e1b42
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -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;
};