diff options
author | Florian Vaussard <florian.vaussard@epfl.ch> | 2013-06-11 16:49:48 +0200 |
---|---|---|
committer | Benoit Cousson <benoit.cousson@linaro.org> | 2013-06-19 04:38:14 -0500 |
commit | 212ae089966d4e9f6ac6e5e6204bd27ad6cb0f09 (patch) | |
tree | 4e1347d392688ca3b30ad134e4a289b8c9d09c59 /arch/arm/boot/dts/omap3-tobi.dts | |
parent | c6ef01322b45ac241227a65f576ed3c60b88c8a1 (diff) |
ARM: dts: omap3-tobi: Correct polarity for GPIO LED
The LED is active low, not active high.
Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/omap3-tobi.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-tobi.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-tobi.dts b/arch/arm/boot/dts/omap3-tobi.dts index b36b5539dde..7e4ad2aec37 100644 --- a/arch/arm/boot/dts/omap3-tobi.dts +++ b/arch/arm/boot/dts/omap3-tobi.dts @@ -20,7 +20,7 @@ compatible = "gpio-leds"; heartbeat { label = "overo:red:gpio21"; - gpios = <&gpio1 21 GPIO_ACTIVE_HIGH>; + gpios = <&gpio1 21 GPIO_ACTIVE_LOW>; linux,default-trigger = "heartbeat"; }; }; |