提交 212ae089 编写于 作者: F Florian Vaussard 提交者: Benoit Cousson

ARM: dts: omap3-tobi: Correct polarity for GPIO LED

The LED is active low, not active high.
Signed-off-by: NFlorian Vaussard <florian.vaussard@epfl.ch>
Signed-off-by: NBenoit Cousson <benoit.cousson@linaro.org>
上级 c6ef0132
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
compatible = "gpio-leds"; compatible = "gpio-leds";
heartbeat { heartbeat {
label = "overo:red:gpio21"; label = "overo:red:gpio21";
gpios = <&gpio1 21 GPIO_ACTIVE_HIGH>; gpios = <&gpio1 21 GPIO_ACTIVE_LOW>;
linux,default-trigger = "heartbeat"; linux,default-trigger = "heartbeat";
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册