Re: Pinebook Pro

2020-03-23 Thread Marcus MERIGHI
o...@drijf.net (Otto Moerbeek), 2020.03.22 (Sun) 20:21 (CET): > On Sun, Mar 22, 2020 at 08:07:05PM +0100, Otto Moerbeek wrote: > > > On Sun, Mar 22, 2020 at 07:30:49PM +0100, Marcus MERIGHI wrote: > > > > > From: Mark Kettenis > > > > > U-Boot 2017.09-04112-gb8e0774-dirty (Feb 07 2020 - 12:45:13

Re: Allwinner H3: other UART ports (not console UART0) support

2020-03-23 Thread Mark Kettenis
> Date: Mon, 23 Mar 2020 22:51:05 +0900 > From: SASANO Takayoshi > > On Allwinner H3, currently we can use UART0 for debug/console port. > To use UART1-3 port, we have to make proper device tree blob > and fix kernel code like this. > > - com_fdt.c needs to add reset signal de-assert code > - sc

Allwinner H3: other UART ports (not console UART0) support

2020-03-23 Thread SASANO Takayoshi
On Allwinner H3, currently we can use UART0 for debug/console port. To use UART1-3 port, we have to make proper device tree blob and fix kernel code like this. - com_fdt.c needs to add reset signal de-assert code - sciccmu_clocks.h requires to add reset signal definition If there is no problem, I