From: Daniel Golle Date: Mon, 1 Mar 2021 21:46:38 +0000 (+0000) Subject: mediatek: mt7622: blue LED should be active high as well X-Git-Tag: v22.03.0-rc1~3246 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3288c35efbd5e2a97aafffc23ae8703ed394801;p=thirdparty%2Fopenwrt.git mediatek: mt7622: blue LED should be active high as well Signed-off-by: Daniel Golle --- 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 8b6d3d4934f..03128a5ef80 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"; };