mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-06-11 05:57:27 -04:00
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>
This commit is contained in:
committed by
Mathias Kresin
parent
d6e39e7466
commit
8e6bc1a5be
@@ -26,7 +26,7 @@
|
||||
|
||||
led_power: power {
|
||||
label = "wt3020:blue:power";
|
||||
gpios = <&gpio3 0 GPIO_ACTIVE_HIGH>;
|
||||
gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user