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

2021-02-13 Thread Andre Przywara
On Sat, 13 Feb 2021 19:45:45 +0100 Tobias Schramm wrote: Hi, > > Which particular SoC or board is this triggered by? > > > > I'm currently using a board with a Sochip S3 SoC, where the boot console > is on uart1. > > > From the SoCs listed as belonging to the MACH_SUN8I "family", I

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

2021-02-13 Thread Tobias Schramm
Hi Andre, > Which particular SoC or board is this triggered by? > I'm currently using a board with a Sochip S3 SoC, where the boot console is on uart1. > From the SoCs listed as belonging to the MACH_SUN8I "family", I don't > see the R40 and V3s having UART1 muxed on PortG, only A23, A33,

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

2021-02-13 Thread Andre Przywara
On Fri, 12 Feb 2021 15:08:23 +0100 Tobias Schramm wrote: Hi Tobias, > From: Tobias Schramm > > This commit adds support for using uart1 as boot console on sun8i. Which particular SoC or board is this triggered by? From the SoCs listed as belonging to the MACH_SUN8I "family", I don't see the

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

2021-02-12 Thread Tobias Schramm
From: Tobias Schramm This commit adds support for using uart1 as boot console on sun8i. Signed-off-by: Tobias Schramm --- arch/arm/include/asm/arch-sunxi/gpio.h | 1 + arch/arm/mach-sunxi/board.c| 4 include/configs/sunxi-common.h | 2 ++ 3 files changed, 7