Re: [PATCH 1/2] dt-bindings: serial: stm32: add fifo threshold configuration

2021-04-09 Thread Rob Herring
On Tue, Apr 06, 2021 at 09:21:21AM +0200, Erwan Le Ray wrote: > Add two optional DT properties, to configure RX and TX fifo threshold: > - st,rx-fifo-threshold-bytes > - st,tx-fifo-threshold-bytes > > This patch depends on patch ("dt-bindings: serial: Add rx-tx-swap to > stm32-usart"). > >

[PATCH 1/2] dt-bindings: serial: stm32: add fifo threshold configuration

2021-04-06 Thread Erwan Le Ray
Add two optional DT properties, to configure RX and TX fifo threshold: - st,rx-fifo-threshold-bytes - st,tx-fifo-threshold-bytes This patch depends on patch ("dt-bindings: serial: Add rx-tx-swap to stm32-usart"). Signed-off-by: Fabrice Gasnier Signed-off-by: Erwan Le Ray diff --git