Skip to content

Commit c2423ad

Browse files
noglitchgregkh
authored andcommitted
ARM: dts: microchip: sama5d2: fix spi flexcom fifo size to 32
commit 7d5864d upstream. Unlike standalone spi peripherals, on sama5d2, the flexcom spi have fifo size of 32 data. Fix flexcom/spi nodes where this property is wrong. Fixes: 6b9a358 ("ARM: dts: at91: sama5d2: Add missing flexcom definitions") Cc: stable@vger.kernel.org # 5.8+ Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com> Link: https://lore.kernel.org/r/20251114140225.30372-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 4fc2f8f commit c2423ad

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@
571571
AT91_XDMAC_DT_PER_IF(1) |
572572
AT91_XDMAC_DT_PERID(12))>;
573573
dma-names = "tx", "rx";
574-
atmel,fifo-size = <16>;
574+
atmel,fifo-size = <32>;
575575
status = "disabled";
576576
};
577577

@@ -642,7 +642,7 @@
642642
AT91_XDMAC_DT_PER_IF(1) |
643643
AT91_XDMAC_DT_PERID(14))>;
644644
dma-names = "tx", "rx";
645-
atmel,fifo-size = <16>;
645+
atmel,fifo-size = <32>;
646646
status = "disabled";
647647
};
648648

@@ -854,7 +854,7 @@
854854
AT91_XDMAC_DT_PER_IF(1) |
855855
AT91_XDMAC_DT_PERID(16))>;
856856
dma-names = "tx", "rx";
857-
atmel,fifo-size = <16>;
857+
atmel,fifo-size = <32>;
858858
status = "disabled";
859859
};
860860

@@ -925,7 +925,7 @@
925925
AT91_XDMAC_DT_PER_IF(1) |
926926
AT91_XDMAC_DT_PERID(18))>;
927927
dma-names = "tx", "rx";
928-
atmel,fifo-size = <16>;
928+
atmel,fifo-size = <32>;
929929
status = "disabled";
930930
};
931931

@@ -997,7 +997,7 @@
997997
AT91_XDMAC_DT_PER_IF(1) |
998998
AT91_XDMAC_DT_PERID(20))>;
999999
dma-names = "tx", "rx";
1000-
atmel,fifo-size = <16>;
1000+
atmel,fifo-size = <32>;
10011001
status = "disabled";
10021002
};
10031003

0 commit comments

Comments
 (0)