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

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Daniel Golle 2021-03-01 21:46:38 +00:00 committed by Tianling Shen
parent ca8e1514ee
commit 710994dcf5
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

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