]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ramips: Fix Hongdian H8922 v30 pinctrl default state 18279/head
authorCoia Prant <coiaprant@gmail.com>
Mon, 17 Mar 2025 10:26:00 +0000 (18:26 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 31 Mar 2025 22:17:10 +0000 (00:17 +0200)
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
Link: https://github.com/openwrt/openwrt/pull/18279
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 612bedaf5b0a0186e34e521ebfc122404aeff265)

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";
        };
 };