ARM: dts: at91: sama5d2: Specify the FIFO size for the Flexcom UART
authorTudor Ambarus <tudor.ambarus@microchip.com>
Thu, 14 May 2020 05:03:11 +0000 (05:03 +0000)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Fri, 15 May 2020 14:50:33 +0000 (16:50 +0200)
The UART submodule in Flexcom has 32-byte Transmit and Receive FIFOs.
Tested uart7 on sama5d2-icp, which has both DMA and FIFO enabled.

Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Link: https://lore.kernel.org/r/20200514050301.147442-8-tudor.ambarus@microchip.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
arch/arm/boot/dts/sama5d2.dtsi

index acb9190..dde969a 100644 (file)
                                                 AT91_XDMAC_DT_PER_IF(1) |
                                                 AT91_XDMAC_DT_PERID(14))>;
                                        dma-names = "tx", "rx";
+                                       atmel,fifo-size = <32>;
                                        status = "disabled";
                                };
 
                                                 AT91_XDMAC_DT_PER_IF(1) |
                                                 AT91_XDMAC_DT_PERID(16))>;
                                        dma-names = "tx", "rx";
+                                       atmel,fifo-size = <32>;
                                        status = "disabled";
                                };
                        };