From: Florian Vaussard Date: Tue, 11 Jun 2013 14:49:48 +0000 (+0200) Subject: ARM: dts: omap3-tobi: Correct polarity for GPIO LED X-Git-Tag: v3.11-rc1~151^2~4^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=212ae089966d4e9f6ac6e5e6204bd27ad6cb0f09;p=platform%2Fkernel%2Flinux-exynos.git ARM: dts: omap3-tobi: Correct polarity for GPIO LED The LED is active low, not active high. Signed-off-by: Florian Vaussard Signed-off-by: Benoit Cousson --- 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"; }; };