Re: [PATCH] sunxi: board: Fix UART PortF pinmux setup

2022-05-24 Thread Andre Przywara
On Fri, 6 May 2022 01:37:03 +0100 Andre Przywara wrote: > When CONFIG_UART0_PORT_F is defined, we try to configure two PortF pins > (usually used for the SD card) as UART0. Some SoCs use the mux value of > 3 for this, while others use 4. > > The combination of Kconfig symbols we currently use w

Re: [PATCH] sunxi: board: Fix UART PortF pinmux setup

2022-05-08 Thread Samuel Holland
On 5/5/22 7:37 PM, Andre Przywara wrote: > When CONFIG_UART0_PORT_F is defined, we try to configure two PortF pins > (usually used for the SD card) as UART0. Some SoCs use the mux value of > 3 for this, while others use 4. > > The combination of Kconfig symbols we currently use was not quite right

[PATCH] sunxi: board: Fix UART PortF pinmux setup

2022-05-05 Thread Andre Przywara
When CONFIG_UART0_PORT_F is defined, we try to configure two PortF pins (usually used for the SD card) as UART0. Some SoCs use the mux value of 3 for this, while others use 4. The combination of Kconfig symbols we currently use was not quite right: we mis-configure the A31, A64, H6 and H616. Goin