Re: [PATCH] Allwinner H6's UART needs to enable FIFO

2021-01-19 Thread Mark Kettenis
> Date: Mon, 18 Jan 2021 20:15:44 +0900 > From: SASANO Takayoshi > > Here's the diff. Enabling FIFO is DesignWare's APB-UART only. > Tested on Allwinner H6 and H2+, both no problem. This will need some wider testing; in particular we need to test this on various Rockchip and Marvell platforms.

[PATCH] Allwinner H6's UART needs to enable FIFO

2021-01-18 Thread SASANO Takayoshi
Here's the diff. Enabling FIFO is DesignWare's APB-UART only. Tested on Allwinner H6 and H2+, both no problem. Index: fdt/com_fdt.c === RCS file: /cvs/src/sys/dev/fdt/com_fdt.c,v retrieving revision 1.4 diff -u -p -r1.4 com_fdt.c ---