summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/omap3-tobi.dts
diff options
context:
space:
mode:
authorFlorian Vaussard <florian.vaussard@epfl.ch>2013-06-11 14:49:48 (GMT)
committerBenoit Cousson <benoit.cousson@linaro.org>2013-06-19 09:38:14 (GMT)
commit212ae089966d4e9f6ac6e5e6204bd27ad6cb0f09 (patch)
tree4e1347d392688ca3b30ad134e4a289b8c9d09c59 /arch/arm/boot/dts/omap3-tobi.dts
parentc6ef01322b45ac241227a65f576ed3c60b88c8a1 (diff)
downloadlinux-fsl-qoriq-212ae089966d4e9f6ac6e5e6204bd27ad6cb0f09.tar.xz
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.dts2
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 b36b553..7e4ad2a 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";
};
};