mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 17:01:14 +00:00
28 lines
991 B
Diff
28 lines
991 B
Diff
|
From ccdda5714446db8690505371442f7807f5d7c6fc Mon Sep 17 00:00:00 2001
|
||
|
From: Frank Wunderlich <frank-w@public-files.de>
|
||
|
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 <frank-w@public-files.de>
|
||
|
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
|
||
|
Link: https://lore.kernel.org/r/20230205174833.107050-1-linux@fw-web.de
|
||
|
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
|
||
|
---
|
||
|
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;
|
||
|
+ };
|
||
|
};
|
||
|
|