]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ramips: Fix Hongdian H8922 v30 pinctrl default state 18278/head
authorCoia Prant <coiaprant@gmail.com>
Mon, 17 Mar 2025 10:19:24 +0000 (18:19 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 17 Mar 2025 20:31:37 +0000 (21:31 +0100)
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>
target/linux/ramips/dts/mt7620a_hongdian_h8922-v30.dts

index d983f5f854ce459e8ca92e631b3034212787f87d..64c19a6012d265ec7c2c557076ecd346e0fc30b9 100644 (file)
 
 &state_default {
        gpio {
-               groups = "wled", "rgmii1", "rgmii2";
+               groups = "uartf", "wled", "rgmii1", "rgmii2";
                function = "gpio";
        };
 };