aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManikandan Muralidharan <[email protected]>2023-02-07 16:36:47 +0530
committerClaudiu Beznea <[email protected]>2023-02-08 12:02:07 +0200
commitbfbde8f751cc2a9bbc184853066c927173d147df (patch)
tree8ddb79649ba5c160700893e85cd643b23cfcab5f
parent35052e8bc848399592905bd8dd4d239e19c51436 (diff)
ARM: dts: at91: sam9x60: Specify the FIFO size for the Flexcom UART
The UART submodule in Flexcom has 16-byte Transmit and Receive FIFOs. Signed-off-by: Manikandan Muralidharan <[email protected]> Signed-off-by: Durai Manickam KR <[email protected]> Reviewed-by: Claudiu Beznea <[email protected]> Signed-off-by: Claudiu Beznea <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--arch/arm/boot/dts/sam9x60.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sam9x60.dtsi b/arch/arm/boot/dts/sam9x60.dtsi
index ee6cc4329ae4..1e401a919f56 100644
--- a/arch/arm/boot/dts/sam9x60.dtsi
+++ b/arch/arm/boot/dts/sam9x60.dtsi
@@ -209,6 +209,7 @@
clock-names = "usart";
atmel,use-dma-rx;
atmel,use-dma-tx;
+ atmel,fifo-size = <16>;
status = "disabled";
};
};