mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-21 03:25:22 +00:00
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:
parent
ffad196537
commit
612bedaf5b
@ -145,7 +145,7 @@
|
||||
|
||||
&state_default {
|
||||
gpio {
|
||||
groups = "wled", "rgmii1", "rgmii2";
|
||||
groups = "uartf", "wled", "rgmii1", "rgmii2";
|
||||
function = "gpio";
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user