Commit 212ae089 authored by Florian Vaussard's avatar Florian Vaussard Committed by Benoit Cousson

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

The LED is active low, not active high.
Signed-off-by: default avatarFlorian Vaussard <florian.vaussard@epfl.ch>
Signed-off-by: default avatarBenoit Cousson <benoit.cousson@linaro.org>
parent c6ef0132
......@@ -20,7 +20,7 @@ leds {
compatible = "gpio-leds";
heartbeat {
label = "overo:red:gpio21";
gpios = <&gpio1 21 GPIO_ACTIVE_HIGH>;
gpios = <&gpio1 21 GPIO_ACTIVE_LOW>;
linux,default-trigger = "heartbeat";
};
};
......
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