ARM: dts: omap3-tobi: Correct polarity for GPIO LED
authorFlorian Vaussard <florian.vaussard@epfl.ch>
Tue, 11 Jun 2013 14:49:48 +0000 (16:49 +0200)
committerBenoit Cousson <benoit.cousson@linaro.org>
Wed, 19 Jun 2013 09:38:14 +0000 (04:38 -0500)
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>
arch/arm/boot/dts/omap3-tobi.dts

index b36b553..7e4ad2a 100644 (file)
@@ -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";
                };
        };