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:
Vignesh Raghavendra 2022-03-16 13:34:13 +05:30 committed by Praneeth Bajjuri
parent 7d0227061f
commit 02daf8ece3
1 changed files with 6 additions and 1 deletions

View File

@ -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 */