[linux][PATCH 3/6] ARM: dts: at91: sam9x60: Specify the FIFO size for the Flexcom UART
Hari Prasath
Hari.PrasathGE at microchip.com
Wed Sep 7 02:20:51 PDT 2022
From: Manikandan M <manikandan.m at microchip.com>
The UART submodule in Flexcom has 16-byte Transmit and Receive FIFOs.
Signed-off-by: Manikandan M <manikandan.m at microchip.com>
---
arch/arm/boot/dts/sam9x60.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/sam9x60.dtsi b/arch/arm/boot/dts/sam9x60.dtsi
index f0e0dc20de1b..224b406c8384 100644
--- a/arch/arm/boot/dts/sam9x60.dtsi
+++ b/arch/arm/boot/dts/sam9x60.dtsi
@@ -207,6 +207,7 @@
clock-names = "usart";
atmel,use-dma-rx;
atmel,use-dma-tx;
+ atmel,fifo-size = <16>;
status = "disabled";
};
};
--
2.17.1
More information about the linux-arm-kernel
mailing list