ARM: dts: k3-am625-r5-sk: Fix wakeup uart0 pinmux
wkup_uart0 pinmux is wrongly placed under main_pmx0. Fix this by moving to mcu_pmx0, without this TIFS logs are not visible on wkup_uart0 Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
This commit is contained in:
parent
7d0227061f
commit
02daf8ece3
|
|
@ -14,6 +14,8 @@
|
||||||
aliases {
|
aliases {
|
||||||
remoteproc0 = &sysctrler;
|
remoteproc0 = &sysctrler;
|
||||||
remoteproc1 = &a53_0;
|
remoteproc1 = &a53_0;
|
||||||
|
serial0 = &wkup_uart0;
|
||||||
|
serial3 = &main_uart1;
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
|
|
@ -85,7 +87,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&main_pmx0 {
|
&mcu_pmx0 {
|
||||||
u-boot,dm-spl;
|
u-boot,dm-spl;
|
||||||
wkup_uart0_pins_default: wkup-uart0-pins-default {
|
wkup_uart0_pins_default: wkup-uart0-pins-default {
|
||||||
pinctrl-single,pins = <
|
pinctrl-single,pins = <
|
||||||
|
|
@ -96,7 +98,10 @@
|
||||||
>;
|
>;
|
||||||
u-boot,dm-spl;
|
u-boot,dm-spl;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&main_pmx0 {
|
||||||
|
u-boot,dm-spl;
|
||||||
main_uart1_pins_default: main-uart1-pins-default {
|
main_uart1_pins_default: main-uart1-pins-default {
|
||||||
pinctrl-single,pins = <
|
pinctrl-single,pins = <
|
||||||
AM62X_IOPAD(0x194, PIN_INPUT, 2) /* (B19) MCASP0_AXR3.UART1_CTSn */
|
AM62X_IOPAD(0x194, PIN_INPUT, 2) /* (B19) MCASP0_AXR3.UART1_CTSn */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue