Skip to content

Commit 6017006

Browse files
b-k-officialmanorit2001
authored andcommitted
arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux for wkup_uart0 and mcu_uart0
commit 566fedd upstream. WKUP_PADCONFIG registers for wkup_uart0 and mcu_uart0 lies under wkup_pmx2 for J7200. Thus, modify pinmux for both of them. Fixes: 3709ea7 ("arm64: dts: ti: k3-j7200-common-proc-board: Add uart pinmux") Signed-off-by: Bhavya Kapoor <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Manorit Chawdhry <[email protected]>
1 parent 7eee37d commit 6017006

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,24 +91,25 @@
9191
};
9292

9393
&wkup_pmx0 {
94+
};
95+
96+
&wkup_pmx2 {
9497
mcu_uart0_pins_default: mcu-uart0-default-pins {
9598
pinctrl-single,pins = <
96-
J721E_WKUP_IOPAD(0xf4, PIN_INPUT, 0) /* (D20) MCU_UART0_RXD */
97-
J721E_WKUP_IOPAD(0xf0, PIN_OUTPUT, 0) /* (D19) MCU_UART0_TXD */
98-
J721E_WKUP_IOPAD(0xf8, PIN_INPUT, 0) /* (E20) MCU_UART0_CTSn */
99-
J721E_WKUP_IOPAD(0xfc, PIN_OUTPUT, 0) /* (E21) MCU_UART0_RTSn */
99+
J721E_WKUP_IOPAD(0x90, PIN_INPUT, 0) /* (E20) MCU_UART0_CTSn */
100+
J721E_WKUP_IOPAD(0x94, PIN_OUTPUT, 0) /* (E21) MCU_UART0_RTSn */
101+
J721E_WKUP_IOPAD(0x8c, PIN_INPUT, 0) /* (D20) MCU_UART0_RXD */
102+
J721E_WKUP_IOPAD(0x88, PIN_OUTPUT, 0) /* (D19) MCU_UART0_TXD */
100103
>;
101104
};
102105

103106
wkup_uart0_pins_default: wkup-uart0-default-pins {
104107
pinctrl-single,pins = <
105-
J721E_WKUP_IOPAD(0xb0, PIN_INPUT, 0) /* (B14) WKUP_UART0_RXD */
106-
J721E_WKUP_IOPAD(0xb4, PIN_OUTPUT, 0) /* (A14) WKUP_UART0_TXD */
108+
J721E_WKUP_IOPAD(0x48, PIN_INPUT, 0) /* (B14) WKUP_UART0_RXD */
109+
J721E_WKUP_IOPAD(0x4c, PIN_OUTPUT, 0) /* (A14) WKUP_UART0_TXD */
107110
>;
108111
};
109-
};
110112

111-
&wkup_pmx2 {
112113
mcu_cpsw_pins_default: mcu-cpsw-default-pins {
113114
pinctrl-single,pins = <
114115
J721E_WKUP_IOPAD(0x0000, PIN_OUTPUT, 0) /* MCU_RGMII1_TX_CTL */

0 commit comments

Comments
 (0)