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 <[email protected]>
@@ -26,7 +26,7 @@
led_power: power {
label = "wt3020:blue:power";
- gpios = <&gpio3 0 GPIO_ACTIVE_HIGH>;
+ gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
};