123456789101112131415161718192021222324252627 |
- From ccdda5714446db8690505371442f7807f5d7c6fc Mon Sep 17 00:00:00 2001
- From: Frank Wunderlich <[email protected]>
- Date: Sun, 5 Feb 2023 18:48:33 +0100
- Subject: [PATCH 14/19] 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 <[email protected]>
- Reviewed-by: AngeloGioacchino Del Regno <[email protected]>
- Link: https://lore.kernel.org/r/[email protected]
- Signed-off-by: Matthias Brugger <[email protected]>
- ---
- arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts | 4 ++++
- 1 file changed, 4 insertions(+)
- --- 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;
- + };
- };
-
|