diff options
| author | Coia Prant | 2025-03-17 10:19:24 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-03-17 20:31:37 +0000 |
| commit | 612bedaf5b0a0186e34e521ebfc122404aeff265 (patch) | |
| tree | 8339f884d7362b10de005fdddebf5b9d2a4f27b5 | |
| parent | ffad196537b74996431baf86a33f10100148152f (diff) | |
| download | openwrt-612bedaf5b0a0186e34e521ebfc122404aeff265.tar.gz | |
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@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18278
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/ramips/dts/mt7620a_hongdian_h8922-v30.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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"; }; }; |