Commit 78132036 authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Benoit Cousson

ARM: dts: omap3-igep0030: add mux conf for GPIO LED

The IGEP COM MOdule has a GPIO LED connected to OMAP
pins. Configure this pin as output GPIO.
Signed-off-by: default avatarJavier Martinez Canillas <javier.martinez@collabora.co.uk>
Tested-by: default avatarEnric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: default avatarBenoit Cousson <bcousson@baylibre.com>
parent bd52e2d2
...@@ -16,7 +16,10 @@ / { ...@@ -16,7 +16,10 @@ / {
compatible = "isee,omap3-igep0030", "ti,omap3"; compatible = "isee,omap3-igep0030", "ti,omap3";
leds { leds {
pinctrl-names = "default";
pinctrl-0 = <&leds_pins>;
compatible = "gpio-leds"; compatible = "gpio-leds";
boot { boot {
label = "omap3:green:boot"; label = "omap3:green:boot";
gpios = <&twl_gpio 13 GPIO_ACTIVE_LOW>; gpios = <&twl_gpio 13 GPIO_ACTIVE_LOW>;
...@@ -43,6 +46,12 @@ user2 { ...@@ -43,6 +46,12 @@ user2 {
}; };
}; };
&leds_pins {
pinctrl-single,pins = <
0x5b0 (PIN_OUTPUT | MUX_MODE4) /* etk_d2.gpio_16 */
>;
};
&gpmc { &gpmc {
ranges = <0 0 0x00000000 0x20000000>; ranges = <0 0 0x00000000 0x20000000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment