Skip to content

Commit 566fedd

Browse files
b-k-officialr-vignesh
authored andcommitted
arm64: dts: ti: k3-j7200-common-proc-board: Modify Pinmux for wkup_uart0 and mcu_uart0
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: Vignesh Raghavendra <[email protected]>
1 parent f767eb9 commit 566fedd

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
@@ -119,24 +119,25 @@
119119
};
120120

121121
&wkup_pmx0 {
122+
};
123+
124+
&wkup_pmx2 {
122125
mcu_uart0_pins_default: mcu-uart0-default-pins {
123126
pinctrl-single,pins = <
124-
J721E_WKUP_IOPAD(0xf4, PIN_INPUT, 0) /* (D20) MCU_UART0_RXD */
125-
J721E_WKUP_IOPAD(0xf0, PIN_OUTPUT, 0) /* (D19) MCU_UART0_TXD */
126-
J721E_WKUP_IOPAD(0xf8, PIN_INPUT, 0) /* (E20) MCU_UART0_CTSn */
127-
J721E_WKUP_IOPAD(0xfc, PIN_OUTPUT, 0) /* (E21) MCU_UART0_RTSn */
127+
J721E_WKUP_IOPAD(0x90, PIN_INPUT, 0) /* (E20) MCU_UART0_CTSn */
128+
J721E_WKUP_IOPAD(0x94, PIN_OUTPUT, 0) /* (E21) MCU_UART0_RTSn */
129+
J721E_WKUP_IOPAD(0x8c, PIN_INPUT, 0) /* (D20) MCU_UART0_RXD */
130+
J721E_WKUP_IOPAD(0x88, PIN_OUTPUT, 0) /* (D19) MCU_UART0_TXD */
128131
>;
129132
};
130133

131134
wkup_uart0_pins_default: wkup-uart0-default-pins {
132135
pinctrl-single,pins = <
133-
J721E_WKUP_IOPAD(0xb0, PIN_INPUT, 0) /* (B14) WKUP_UART0_RXD */
134-
J721E_WKUP_IOPAD(0xb4, PIN_OUTPUT, 0) /* (A14) WKUP_UART0_TXD */
136+
J721E_WKUP_IOPAD(0x48, PIN_INPUT, 0) /* (B14) WKUP_UART0_RXD */
137+
J721E_WKUP_IOPAD(0x4c, PIN_OUTPUT, 0) /* (A14) WKUP_UART0_TXD */
135138
>;
136139
};
137-
};
138140

139-
&wkup_pmx2 {
140141
mcu_cpsw_pins_default: mcu-cpsw-default-pins {
141142
pinctrl-single,pins = <
142143
J721E_WKUP_IOPAD(0x0000, PIN_OUTPUT, 0) /* MCU_RGMII1_TX_CTL */

0 commit comments

Comments
 (0)