[openwrt/openwrt] mediatek: mt7622: blue LED should be active high as well

LEDE Commits lede-commits at lists.infradead.org
Mon Mar 1 23:00:21 GMT 2021


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/a3288c35efbd5e2a97aafffc23ae8703ed394801

commit a3288c35efbd5e2a97aafffc23ae8703ed394801
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Mon Mar 1 21:46:38 2021 +0000

    mediatek: mt7622: blue LED should be active high as well
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 ...-leds-and-buttons.patch => 113-dts-fix-bpi64-leds-and-buttons.patch} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
similarity index 96%
rename from target/linux/mediatek/patches-5.10/112-dts-fix-bpi64-leds-and-buttons.patch
rename to 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";
  		};
  



More information about the lede-commits mailing list