]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ramips: dts: mt7621: add missing pinctrl for uart0
authorShiji Yang <yangshiji66@outlook.com>
Thu, 2 Apr 2026 00:00:59 +0000 (08:00 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 3 Apr 2026 16:50:57 +0000 (18:50 +0200)
This is necessary to make it work properly.

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/22738
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/ramips/dts/mt7621.dtsi
target/linux/ramips/dts/mt7621_elecom_wrc-x1800gs.dts
target/linux/ramips/dts/mt7621_elecom_wxc-x1800gsx.dtsi

index 89f7ff457aeba46044da9de1161b6db702a6e126..e6ee6d3283ad2d1f6963c93c4fb8165db3db3b9b 100644 (file)
                        reg-shift = <2>;
                        reg-io-width = <4>;
                        no-loopback-test;
+
+                       pinctrl-0 = <&uart1_pins>;
+                       pinctrl-names = "default";
                };
 
                uartlite2: uartlite2@d00 {
index c0bb5e49692071970677aa76f842e746432f1a81..8b2bd1bf675253dbd78e635a88b0c8a7a0494c7f 100644 (file)
                function = "gpio";
        };
 };
-
-&uartlite {
-       pinctrl-0 = <&uart1_pins>;
-       pinctrl-names = "default";
-};
index 2dcd664b9356e31ef6ad6fbf74d8efcfee742352..91cc3f995215b1fb3d900a8f7b0fdd16c39be55b 100644 (file)
        };
 };
 
-&uartlite {
-       pinctrl-0 = <&uart1_pins>;
-       pinctrl-names = "default";
-};
-
 &xhci {
        status = "disabled";
 };