1
0
Fork 0

pinctrl: Add UART pins to S32V234 driver

Prepare UART support for S32V234 by defining the necessary IMCR PADs in
the pinctrl driver.

Signed-off-by: Mihaela Martinas <Mihaela.Martinas@freescale.com>
Signed-off-by: Costin Carabas <costin.carabas@nxp.com>
Signed-off-by: Stefan-Gabriel Mirea <stefan-gabriel.mirea@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Mihaela Martinas 2015-09-17 18:52:09 +03:00 committed by Dong Aisheng
parent ca4e90d819
commit 518093b0a2
1 changed files with 6 additions and 0 deletions

View File

@ -184,6 +184,9 @@ enum s32v234_pins {
S32V234_MSCR_PL4 = 164,
S32V234_MSCR_PL5 = 165,
S32V234_MSCR_PL8 = 166,
S32V234_IMCR_UART0_RXD = 712,
S32V234_IMCR_UART1_RXD = 714,
};
/* Pad names for the pinmux subsystem */
@ -355,6 +358,9 @@ static const struct pinctrl_pin_desc s32v234_pinctrl_pads[] = {
S32V_PINCTRL_PIN(S32V234_MSCR_PL4),
S32V_PINCTRL_PIN(S32V234_MSCR_PL5),
S32V_PINCTRL_PIN(S32V234_MSCR_PL8),
S32V_PINCTRL_PIN(S32V234_IMCR_UART0_RXD),
S32V_PINCTRL_PIN(S32V234_IMCR_UART1_RXD),
};
static struct s32v_pinctrl_soc_info s32v234_pinctrl_info = {