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

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle 2021-03-01 21:46:38 +00:00
parent dba979e2dd
commit a3288c35ef
1 changed files with 1 additions and 1 deletions

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";
};