ARM: dts: sun8i-h2-plus-bananapi-m2-zero: Fix led polarity
authorVincent Stehlé <vincent.stehle@laposte.net>
Sat, 11 Apr 2020 17:48:43 +0000 (19:48 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jun 2020 13:32:53 +0000 (15:32 +0200)
[ Upstream commit 34b6826df7462c541752cf8b1de2691b26d78ae0 ]

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>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/sun8i-h2-plus-bananapi-m2-zero.dts

index 1db2541135a74427e7a0cc0900af4fa789622cee..00e0d6940c304d73bb453fccd5200ff9ea3d8cd0 100644 (file)
@@ -32,7 +32,7 @@
 
                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";
                };
        };