Message ID | 20200411174843.4112-1-vincent.stehle@laposte.net (mailing list archive) |
---|---|
State | Mainlined |
Commit | 34b6826df7462c541752cf8b1de2691b26d78ae0 |
Headers | show |
Series | ARM: dts: sun8i-h2-plus-bananapi-m2-zero: Fix led polarity | expand |
On Sat, Apr 11, 2020 at 07:48:43PM +0200, Vincent Stehlé wrote: > The PWR-LED on the bananapi m2 zero board is on when gpio PL10 is low. > This has been verified on a board and in the schematics [1]. > > [1]: http://wiki.banana-pi.org/Banana_Pi_BPI-M2_ZERO#Documents > > Fixes: 8b8061fcbfae ("ARM: dts: sun8i: h2+: add support for Banana Pi M2 Zero board") > Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net> > Cc: Icenowy Zheng <icenowy@aosc.io> > Cc: Maxime Ripard <mripard@kernel.org> Applied, thanks Maxime
diff --git a/arch/arm/boot/dts/sun8i-h2-plus-bananapi-m2-zero.dts b/arch/arm/boot/dts/sun8i-h2-plus-bananapi-m2-zero.dts index d277d043031b2..4c6704e4c57ec 100644 --- a/arch/arm/boot/dts/sun8i-h2-plus-bananapi-m2-zero.dts +++ b/arch/arm/boot/dts/sun8i-h2-plus-bananapi-m2-zero.dts @@ -31,7 +31,7 @@ leds { pwr_led { label = "bananapi-m2-zero:red:pwr"; - gpios = <&r_pio 0 10 GPIO_ACTIVE_HIGH>; /* PL10 */ + gpios = <&r_pio 0 10 GPIO_ACTIVE_LOW>; /* PL10 */ default-state = "on"; }; };
The PWR-LED on the bananapi m2 zero board is on when gpio PL10 is low. This has been verified on a board and in the schematics [1]. [1]: http://wiki.banana-pi.org/Banana_Pi_BPI-M2_ZERO#Documents Fixes: 8b8061fcbfae ("ARM: dts: sun8i: h2+: add support for Banana Pi M2 Zero board") Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net> Cc: Icenowy Zheng <icenowy@aosc.io> Cc: Maxime Ripard <mripard@kernel.org> --- arch/arm/boot/dts/sun8i-h2-plus-bananapi-m2-zero.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)