[PATCH] imx8mq_pins: fix configuration for UART4 on ECSPI2 pads

2023-01-31 Thread sbabic
> When routing UART4 using the ECSPI2 pads, register > IOMUXC_UART4_RXD_SELECT_INPUT (offset 0x050C) should be changed only > when dealing with RX, as its name suggests. > Signed-off-by: Arnaud Ferraris > Reviewed-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Ba

Re: [PATCH] imx8mq_pins: fix configuration for UART4 on ECSPI2 pads

2022-12-15 Thread Fabio Estevam
On Thu, Dec 15, 2022 at 11:51 AM Arnaud Ferraris wrote: > diff --git a/arch/arm/include/asm/arch-imx8m/imx8mq_pins.h > b/arch/arm/include/asm/arch-imx8m/imx8mq_pins.h > index c71913f209..16d418c687 100644 > --- a/arch/arm/include/asm/arch-imx8m/imx8mq_pins.h > +++ b/arch/arm/include/asm/arch-imx

[PATCH] imx8mq_pins: fix configuration for UART4 on ECSPI2 pads

2022-12-15 Thread Arnaud Ferraris
When routing UART4 using the ECSPI2 pads, register IOMUXC_UART4_RXD_SELECT_INPUT (offset 0x050C) should be changed only when dealing with RX, as its name suggests. Signed-off-by: Arnaud Ferraris --- arch/arm/include/asm/arch-imx8m/imx8mq_pins.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(