Skip to content

Commit 699d661

Browse files
noglitchgregkh
authored andcommitted
ARM: dts: microchip: sama7d65: fix uart fifo size to 32
commit 1f591be upstream. On some flexcom nodes related to uart, the fifo sizes were wrong: fix them to 32 data. Note that product datasheet is being reviewed to fix inconsistency, but this value is validated by product's designers. Fixes: 261dcfa ("ARM: dts: microchip: add sama7d65 SoC DT") Fixes: b51e4ae ("ARM: dts: microchip: sama7d65: Add FLEXCOMs to sama7d65 SoC") Cc: stable@vger.kernel.org # 6.16+ Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com> Link: https://lore.kernel.org/r/20251114103313.20220-1-nicolas.ferre@microchip.com Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent c2423ad commit 699d661

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@
557557
dma-names = "tx", "rx";
558558
atmel,use-dma-rx;
559559
atmel,use-dma-tx;
560-
atmel,fifo-size = <16>;
560+
atmel,fifo-size = <32>;
561561
atmel,usart-mode = <AT91_USART_MODE_SERIAL>;
562562
status = "disabled";
563563
};
@@ -618,7 +618,7 @@
618618
clocks = <&pmc PMC_TYPE_PERIPHERAL 40>;
619619
clock-names = "usart";
620620
atmel,usart-mode = <AT91_USART_MODE_SERIAL>;
621-
atmel,fifo-size = <16>;
621+
atmel,fifo-size = <32>;
622622
status = "disabled";
623623
};
624624
};
@@ -643,7 +643,7 @@
643643
dma-names = "tx", "rx";
644644
atmel,use-dma-rx;
645645
atmel,use-dma-tx;
646-
atmel,fifo-size = <16>;
646+
atmel,fifo-size = <32>;
647647
atmel,usart-mode = <AT91_USART_MODE_SERIAL>;
648648
status = "disabled";
649649
};

0 commit comments

Comments
 (0)