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