From a3288c35efbd5e2a97aafffc23ae8703ed394801 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Mon, 1 Mar 2021 21:46:38 +0000 Subject: [PATCH] mediatek: mt7622: blue LED should be active high as well Signed-off-by: Daniel Golle --- ...d-buttons.patch => 113-dts-fix-bpi64-leds-and-buttons.patch} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename target/linux/mediatek/patches-5.10/{112-dts-fix-bpi64-leds-and-buttons.patch => 113-dts-fix-bpi64-leds-and-buttons.patch} (96%) 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"; }; -- 2.30.2