Re: [U-Boot] [PATCH] board: rpi4: fix instantiating PL011 driver

2019-11-17 Thread Mark Dapoz
> On 19-Nov-8, at 12:23 PM, Matthias Brugger wrote: > > On 27/09/2019 07:39, Mark Dapoz wrote: >> The bcm283x PL011 serial driver is hard coded to allow connections only >> for UART0. This prevents using any of the other UARTs as the U-boot >> console. >>

[U-Boot] [PATCH] board: rpi4: fix instantiating PL011 driver

2019-09-27 Thread Mark Dapoz
ated to include the PL011 driver. To select an alternate UART as the U-boot console, the stdout-path can be used as follows: chosen { stdout-path = "/soc/serial@7e201a00:115200"; } Signed-off-by: Mark Dapoz --- configs/rpi_4_32b_defconfig