Re: [PATCH v2] sunxi: support boot console on uart1 for sun8i

2021-02-15 Thread Andre Przywara
On Mon, 15 Feb 2021 00:19:58 +0100 Tobias Schramm wrote: Hi, > The A23, A33, H3, H5, A83T, V3 and Sochip S3 sun8i SoCs can mux uart1 on > GPIOs PG6 and PG7. This patch adds support for using uart1 on those pins > as boot console. > > Signed-off-by: Tobias Schramm Thanks for the changes!

[PATCH v2] sunxi: support boot console on uart1 for sun8i

2021-02-14 Thread Tobias Schramm
The A23, A33, H3, H5, A83T, V3 and Sochip S3 sun8i SoCs can mux uart1 on GPIOs PG6 and PG7. This patch adds support for using uart1 on those pins as boot console. Signed-off-by: Tobias Schramm --- arch/arm/include/asm/arch-sunxi/gpio.h | 1 + arch/arm/mach-sunxi/board.c| 5 + 2