From: Frank Wunderlich Date: Sun, 5 Feb 2023 17:48:33 +0000 (+0100) Subject: arm64: dts: mt7986: set Wifi Leds low-active for BPI-R3 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=42bdf378644b5d0a73bd42c031d4d321ad41047e;p=linux.git arm64: dts: mt7986: set Wifi Leds low-active for BPI-R3 Leds for Wifi are low-active, so add property to devicetree. Signed-off-by: Frank Wunderlich Reviewed-by: AngeloGioacchino Del Regno Link: https://lore.kernel.org/r/20230205174833.107050-1-linux@fw-web.de Signed-off-by: Matthias Brugger --- diff --git a/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts b/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts index ee4127c6ece8b..be96f59e63529 100644 --- a/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts +++ b/arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts @@ -460,5 +460,9 @@ pinctrl-names = "default", "dbdc"; pinctrl-0 = <&wf_2g_5g_pins>, <&wf_led_pins>; pinctrl-1 = <&wf_dbdc_pins>, <&wf_led_pins>; + + led { + led-active-low; + }; };