mediatek: mt7622: blue LED should be active high as well

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
Daniel Golle 2021-03-01 21:46:38 +00:00 committed by maurerr
parent 1a689433c7
commit b63a9621db

View File

@ -31,7 +31,7 @@
- gpios = <&pio 89 GPIO_ACTIVE_HIGH>;
+ led_system_blue: blue {
+ label = "bpi-r64:pio:blue";
+ gpios = <&pio 85 GPIO_ACTIVE_LOW>;
+ gpios = <&pio 85 GPIO_ACTIVE_HIGH>;
default-state = "off";
};