diff options
author | Emil Muratov <gpm@hotplug.ru> | 2018-09-14 12:12:32 +0300 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-09-26 20:35:07 +0200 |
commit | 8e6bc1a5beec6a9829ad77e0b8ace2ab106772ee (patch) | |
tree | b715713fa7810eaf9d77dc0775a7da9d7cb8ff81 /target/linux/ramips/dts | |
parent | d6e39e7466b677c098446bfe0f999f7af69512e7 (diff) | |
download | upstream-8e6bc1a5beec6a9829ad77e0b8ace2ab106772ee.tar.gz upstream-8e6bc1a5beec6a9829ad77e0b8ace2ab106772ee.tar.bz2 upstream-8e6bc1a5beec6a9829ad77e0b8ace2ab106772ee.zip |
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 <gpm@hotplug.ru>
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/WT3020.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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>; }; }; }; |