Skip to content

Commit ce909de

Browse files
noglitchgregkh
authored andcommitted
ARM: dts: microchip: sama7g5: fix uart fifo size to 32
commit 5654889 upstream. On some flexcom nodes related to uart, the fifo sizes were wrong: fix them to 32 data. Fixes: 7540629 ("ARM: dts: at91: add sama7g5 SoC DT and sama7g5-ek") Cc: stable@vger.kernel.org # 5.15+ Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com> Link: https://lore.kernel.org/r/20251114103313.20220-2-nicolas.ferre@microchip.com Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 699d661 commit ce909de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@
824824
dma-names = "tx", "rx";
825825
atmel,use-dma-rx;
826826
atmel,use-dma-tx;
827-
atmel,fifo-size = <16>;
827+
atmel,fifo-size = <32>;
828828
status = "disabled";
829829
};
830830
};
@@ -850,7 +850,7 @@
850850
dma-names = "tx", "rx";
851851
atmel,use-dma-rx;
852852
atmel,use-dma-tx;
853-
atmel,fifo-size = <16>;
853+
atmel,fifo-size = <32>;
854854
status = "disabled";
855855
};
856856
};

0 commit comments

Comments
 (0)