mirror of https://gitee.com/openkylin/linux.git
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:
parent
c6ef01322b
commit
212ae08996
|
@ -20,7 +20,7 @@ leds {
|
||||||
compatible = "gpio-leds";
|
compatible = "gpio-leds";
|
||||||
heartbeat {
|
heartbeat {
|
||||||
label = "overo:red:gpio21";
|
label = "overo:red:gpio21";
|
||||||
gpios = <&gpio1 21 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio1 21 GPIO_ACTIVE_LOW>;
|
||||||
linux,default-trigger = "heartbeat";
|
linux,default-trigger = "heartbeat";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue