Skip to content

Commit a395da9

Browse files
noglitchclaudiubeznea
authored andcommitted
ARM: dts: microchip: sama7d65: add fifo-size to usart
When missing, add the atmel,fifo-size = <32> property for usart nodes in flexcom. Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com> Link: https://lore.kernel.org/r/20260102170135.70717-5-nicolas.ferre@microchip.com Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
1 parent c76e026 commit a395da9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

arch/arm/boot/dts/microchip/sama7d65.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@
414414
dma-names = "tx", "rx";
415415
atmel,use-dma-rx;
416416
atmel,use-dma-tx;
417+
atmel,fifo-size = <32>;
417418
atmel,usart-mode = <AT91_USART_MODE_SERIAL>;
418419
status = "disabled";
419420
};
@@ -492,6 +493,7 @@
492493
dma-names = "tx", "rx";
493494
atmel,use-dma-rx;
494495
atmel,use-dma-tx;
496+
atmel,fifo-size = <32>;
495497
atmel,usart-mode = <AT91_USART_MODE_SERIAL>;
496498
status = "disabled";
497499
};
@@ -517,6 +519,7 @@
517519
dma-names = "tx", "rx";
518520
atmel,use-dma-rx;
519521
atmel,use-dma-tx;
522+
atmel,fifo-size = <32>;
520523
atmel,usart-mode = <AT91_USART_MODE_SERIAL>;
521524
status = "disabled";
522525
};

0 commit comments

Comments
 (0)