diff options
author | Florian Vaussard <florian.vaussard@epfl.ch> | 2013-06-11 10:49:48 -0400 |
---|---|---|
committer | Benoit Cousson <benoit.cousson@linaro.org> | 2013-06-19 05:38:14 -0400 |
commit | 212ae089966d4e9f6ac6e5e6204bd27ad6cb0f09 (patch) | |
tree | 4e1347d392688ca3b30ad134e4a289b8c9d09c59 | |
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>
-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 b36b5539dde3..7e4ad2aec37a 100644 --- a/arch/arm/boot/dts/omap3-tobi.dts +++ b/arch/arm/boot/dts/omap3-tobi.dts | |||
@@ -20,7 +20,7 @@ | |||
20 | compatible = "gpio-leds"; | 20 | compatible = "gpio-leds"; |
21 | heartbeat { | 21 | heartbeat { |
22 | label = "overo:red:gpio21"; | 22 | label = "overo:red:gpio21"; |
23 | gpios = <&gpio1 21 GPIO_ACTIVE_HIGH>; | 23 | gpios = <&gpio1 21 GPIO_ACTIVE_LOW>; |
24 | linux,default-trigger = "heartbeat"; | 24 | linux,default-trigger = "heartbeat"; |
25 | }; | 25 | }; |
26 | }; | 26 | }; |