From: Emil Muratov Date: Fri, 14 Sep 2018 09:12:32 +0000 (+0300) Subject: ramips: fix power LED DTB for wt3020 X-Git-Tag: v19.07.0-rc1~2493 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8e6bc1a5beec6a9829ad77e0b8ace2ab106772ee;p=oweals%2Fopenwrt.git 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 --- 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>; }; }; };