提交 bd52e2d2 编写于 作者: J Javier Martinez Canillas 提交者: Benoit Cousson

ARM: dts: omap3-igep0020: add mux conf for GPIO LEDs

The IGEPv2 has a number of GPIO LED connected to OMAP
pins. Configure these pins as output GPIO.
Signed-off-by: NJavier Martinez Canillas <javier.martinez@collabora.co.uk>
Tested-by: NEnric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
上级 00964a90
...@@ -16,7 +16,10 @@ ...@@ -16,7 +16,10 @@
compatible = "isee,omap3-igep0020", "ti,omap3"; compatible = "isee,omap3-igep0020", "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 = <&gpio1 26 GPIO_ACTIVE_HIGH>; gpios = <&gpio1 26 GPIO_ACTIVE_HIGH>;
...@@ -54,6 +57,14 @@ ...@@ -54,6 +57,14 @@
}; };
}; };
&leds_pins {
pinctrl-single,pins = <
0x5c4 (PIN_OUTPUT | MUX_MODE4) /* etk_d12.gpio_26 */
0x5c6 (PIN_OUTPUT | MUX_MODE4) /* etk_d13.gpio_27 */
0x5c8 (PIN_OUTPUT | MUX_MODE4) /* etk_d14.gpio_28 */
>;
};
&i2c3 { &i2c3 {
clock-frequency = <100000>; clock-frequency = <100000>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册