diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-03-01 21:46:38 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-03-01 21:46:38 +0000 |
commit | a3288c35efbd5e2a97aafffc23ae8703ed394801 (patch) | |
tree | 7517bb745cf248a28ab45895482ee8ba6ef7c241 | |
parent | dba979e2dd6370d9f684deb40883a1433fd4d893 (diff) | |
download | upstream-a3288c35efbd5e2a97aafffc23ae8703ed394801.tar.gz upstream-a3288c35efbd5e2a97aafffc23ae8703ed394801.tar.bz2 upstream-a3288c35efbd5e2a97aafffc23ae8703ed394801.zip |
mediatek: mt7622: blue LED should be active high as well
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
-rw-r--r-- | target/linux/mediatek/patches-5.10/113-dts-fix-bpi64-leds-and-buttons.patch (renamed from target/linux/mediatek/patches-5.10/112-dts-fix-bpi64-leds-and-buttons.patch) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/patches-5.10/112-dts-fix-bpi64-leds-and-buttons.patch b/target/linux/mediatek/patches-5.10/113-dts-fix-bpi64-leds-and-buttons.patch index 8b6d3d4934..03128a5ef8 100644 --- a/target/linux/mediatek/patches-5.10/112-dts-fix-bpi64-leds-and-buttons.patch +++ b/target/linux/mediatek/patches-5.10/113-dts-fix-bpi64-leds-and-buttons.patch @@ -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"; }; |