Re: [PATCH v2 2/3] tty: serial: meson: retrieve port FIFO size from DT

2021-03-28 Thread Martin Blumenstingl
On Thu, Mar 25, 2021 at 4:25 PM Neil Armstrong wrote: > > Now the DT bindings has a property to get the FIFO size for a particular port, > retrieve it and use to setup the FIFO interrupts threshold. > > Signed-off-by: Neil Armstrong > Reviewed-by: Kevin Hilman Reviewed-by: Martin Blumenstingl

[PATCH v2 2/3] tty: serial: meson: retrieve port FIFO size from DT

2021-03-25 Thread Neil Armstrong
Now the DT bindings has a property to get the FIFO size for a particular port, retrieve it and use to setup the FIFO interrupts threshold. Signed-off-by: Neil Armstrong Reviewed-by: Kevin Hilman --- drivers/tty/serial/meson_uart.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff