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>
This commit is contained in:
Florian Vaussard 2013-06-11 16:49:48 +02:00 committed by Benoit Cousson
parent c6ef01322b
commit 212ae08996
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ leds {
compatible = "gpio-leds";
heartbeat {
label = "overo:red:gpio21";
gpios = <&gpio1 21 GPIO_ACTIVE_HIGH>;
gpios = <&gpio1 21 GPIO_ACTIVE_LOW>;
linux,default-trigger = "heartbeat";
};
};