[openwrt/openwrt] ramips: Fix Hongdian H8922 v30 pinctrl default state
LEDE Commits
lede-commits at lists.infradead.org
Mon Mar 31 15:18:10 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/76c1d0f493e5cddf92db07a6284760d66a96126f
commit 76c1d0f493e5cddf92db07a6284760d66a96126f
Author: Coia Prant <coiaprant at gmail.com>
AuthorDate: Mon Mar 17 18:26:00 2025 +0800
ramips: Fix Hongdian H8922 v30 pinctrl default state
According to the MT7620A hardware datasheet, GPIO/14 was originally used for RIN of UARTF, but is now used as the WPS LED.
Corrected pinctrl to ensure it works properly in the future.
Signed-off-by: Coia Prant <coiaprant at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18278
Link: https://github.com/openwrt/openwrt/pull/18279
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
(cherry picked from commit 612bedaf5b0a0186e34e521ebfc122404aeff265)
---
target/linux/ramips/dts/mt7620a_hongdian_h8922-v30.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/ramips/dts/mt7620a_hongdian_h8922-v30.dts b/target/linux/ramips/dts/mt7620a_hongdian_h8922-v30.dts
index d983f5f854..64c19a6012 100644
--- a/target/linux/ramips/dts/mt7620a_hongdian_h8922-v30.dts
+++ b/target/linux/ramips/dts/mt7620a_hongdian_h8922-v30.dts
@@ -145,7 +145,7 @@
&state_default {
gpio {
- groups = "wled", "rgmii1", "rgmii2";
+ groups = "uartf", "wled", "rgmii1", "rgmii2";
function = "gpio";
};
};
More information about the lede-commits
mailing list