Re: [RFC PATCH 06/23] sunxi: Skip non-DM UART pin setup when PINCTRL=y

2021-10-24 Thread Simon Glass
On Wed, 20 Oct 2021 at 22:55, Samuel Holland wrote: > > When a pinctrl driver is available, it will take care of setting up > these pins. However, for now this code is still needed in SPL. > > Signed-off-by: Samuel Holland > --- > > arch/arm/mach-sunxi/board.c | 2 ++ > 1 file changed, 2 inserti

[RFC PATCH 06/23] sunxi: Skip non-DM UART pin setup when PINCTRL=y

2021-10-20 Thread Samuel Holland
When a pinctrl driver is available, it will take care of setting up these pins. However, for now this code is still needed in SPL. Signed-off-by: Samuel Holland --- arch/arm/mach-sunxi/board.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-sunxi/board.c b/arch/arm/mach-sunx