From: Jerome Brunet <jbru...@baylibre.com>

[ Upstream commit 1f9d87d08e4a2299e86f8a1600aedf87ecd3b636 ]

The LEDs on the vim3 are active when the gpio is high, not low.

Fixes: c6d29c66e582 ("arm64: dts: meson-g12b-khadas-vim3: add initial 
device-tree")
Signed-off-by: Jerome Brunet <jbru...@baylibre.com>
Signed-off-by: Kevin Hilman <khil...@baylibre.com>
Link: https://lore.kernel.org/r/20200803141850.172704-1-jbru...@baylibre.com
Signed-off-by: Sasha Levin <sas...@kernel.org>
---
 arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi 
b/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi
index ff5ba85b7562e..833bbc3359c44 100644
--- a/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi
@@ -41,13 +41,13 @@ leds {
 
                led-white {
                        label = "vim3:white:sys";
-                       gpios = <&gpio_ao GPIOAO_4 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio_ao GPIOAO_4 GPIO_ACTIVE_HIGH>;
                        linux,default-trigger = "heartbeat";
                };
 
                led-red {
                        label = "vim3:red";
-                       gpios = <&gpio_expander 5 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio_expander 5 GPIO_ACTIVE_HIGH>;
                };
        };
 
-- 
2.25.1



Reply via email to