From 8e6bc1a5beec6a9829ad77e0b8ace2ab106772ee Mon Sep 17 00:00:00 2001 From: Emil Muratov Date: Fri, 14 Sep 2018 12:12:32 +0300 Subject: [PATCH] ramips: fix power LED DTB for wt3020 Since c134210 power LED is no longer lights after boot-up. Reversing gpio polarity makes it work as it should be. Signed-off-by: Emil Muratov --- target/linux/ramips/dts/WT3020.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/dts/WT3020.dtsi b/target/linux/ramips/dts/WT3020.dtsi index 615dcf3810..2b227ed9b6 100644 --- a/target/linux/ramips/dts/WT3020.dtsi +++ b/target/linux/ramips/dts/WT3020.dtsi @@ -26,7 +26,7 @@ led_power: power { label = "wt3020:blue:power"; - gpios = <&gpio3 0 GPIO_ACTIVE_HIGH>; + gpios = <&gpio3 0 GPIO_ACTIVE_LOW>; }; }; }; -- 2.30.2