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>
This commit is contained in:
Coia Prant 2025-03-17 18:19:24 +08:00 committed by Hauke Mehrtens
parent ffad196537
commit 612bedaf5b

View File

@ -145,7 +145,7 @@
&state_default {
gpio {
groups = "wled", "rgmii1", "rgmii2";
groups = "uartf", "wled", "rgmii1", "rgmii2";
function = "gpio";
};
};