Re: com_fdt.c: enable 16550 FIFO

2020-01-04 Thread SASANO Takayoshi
Hi, > Not enabling the FIFO was a deliberate decision. Thanks, that is I want to hear. I cannot jude whether the code is something mistaken or intentionally disabled FIFO. I want to use JumboSPOT (RF modem for ham radio via UART) with Banana Pi BPI-M1, so enabling 16550 FIFO is important for suc

Re: com_fdt.c: enable 16550 FIFO

2020-01-04 Thread Mark Kettenis
> Date: Thu, 02 Jan 2020 05:43:49 +0900 > From: SASANO Takayoshi > > Hello, > > Allwinner A10/20' UART has FIFO, but dmesg says no working FIFO. > This is caused by com_fdt.c tells 16550 not 16550A. > So here is the diff to fix this. > > > > Index: com_fdt.c >