]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: microchip: sama7g5: fix uart fifo size to 32
authorNicolas Ferre <nicolas.ferre@microchip.com>
Fri, 14 Nov 2025 10:33:13 +0000 (11:33 +0100)
committerClaudiu Beznea <claudiu.beznea@tuxon.dev>
Fri, 14 Nov 2025 12:13:07 +0000 (14:13 +0200)
On some flexcom nodes related to uart, the fifo sizes were wrong: fix
them to 32 data.

Fixes: 7540629e2fc7 ("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>
arch/arm/boot/dts/microchip/sama7g5.dtsi

index 381cbcfcb34a146f9782af93c6c77299c7a760c7..03ef3d9aaeec6268d18b8dd58319d82798d332e1 100644 (file)
                                dma-names = "tx", "rx";
                                atmel,use-dma-rx;
                                atmel,use-dma-tx;
-                               atmel,fifo-size = <16>;
+                               atmel,fifo-size = <32>;
                                status = "disabled";
                        };
                };
                                dma-names = "tx", "rx";
                                atmel,use-dma-rx;
                                atmel,use-dma-tx;
-                               atmel,fifo-size = <16>;
+                               atmel,fifo-size = <32>;
                                status = "disabled";
                        };
                };