From: Frank Wunderlich Date: Sun, 12 Apr 2026 09:23:31 +0000 (+0200) Subject: arm64: dts: mediatek: mt7988a-bpi-r4pro: update gpio-leds X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=52869bbbcfbde006948c0fe1f8f08d650a9b0093;p=thirdparty%2Fkernel%2Flinux.git arm64: dts: mediatek: mt7988a-bpi-r4pro: update gpio-leds On the official case the red LED is named ERR, the blue LED is named ACT.​​​​​​​​​​​​​​​​ Reflect these labels in function and set them default off. Signed-off-by: Frank Wunderlich Signed-off-by: AngeloGioacchino Del Regno --- diff --git a/arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-pro.dtsi b/arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-pro.dtsi index 759f608d1081..bbd6c16a8cb0 100644 --- a/arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-pro.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-pro.dtsi @@ -61,14 +61,14 @@ led_red: sys-led-red { color = ; + function = LED_FUNCTION_FAULT; gpios = <&pca9555 15 GPIO_ACTIVE_HIGH>; - default-state = "on"; }; led_blue: sys-led-blue { color = ; + function = LED_FUNCTION_ACTIVITY; gpios = <&pca9555 14 GPIO_ACTIVE_HIGH>; - default-state = "on"; }; };