mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-05-04 09:31:26 +02:00
ramips: dts: mt7621: add missing pinctrl for uart0
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>
This commit is contained in:
parent
5e7ba98019
commit
6767f535be
@ -171,6 +171,9 @@
|
||||
reg-shift = <2>;
|
||||
reg-io-width = <4>;
|
||||
no-loopback-test;
|
||||
|
||||
pinctrl-0 = <&uart1_pins>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
uartlite2: uartlite2@d00 {
|
||||
|
||||
@ -272,8 +272,3 @@
|
||||
function = "gpio";
|
||||
};
|
||||
};
|
||||
|
||||
&uartlite {
|
||||
pinctrl-0 = <&uart1_pins>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
@ -225,11 +225,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
&uartlite {
|
||||
pinctrl-0 = <&uart1_pins>;
|
||||
pinctrl-names = "default";
|
||||
};
|
||||
|
||||
&xhci {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user