]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: microchip: sama7d65: Enable DMAs
authorRyan Wanner <Ryan.Wanner@microchip.com>
Fri, 14 Feb 2025 18:08:21 +0000 (11:08 -0700)
committerClaudiu Beznea <claudiu.beznea@tuxon.dev>
Mon, 24 Feb 2025 10:15:09 +0000 (12:15 +0200)
Enable DMA interface for sama7d65_curiosity board.

Signed-off-by: Ryan Wanner <Ryan.Wanner@microchip.com>
Link: https://lore.kernel.org/r/e233ab028123bd91b1de7b0f02eb966d719cc0af.1739555984.git.Ryan.Wanner@microchip.com
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
arch/arm/boot/dts/microchip/at91-sama7d65_curiosity.dts

index 545cfcc57e300a35aff95100eb56be180655ebcd..93a1b0684eb96346fb8902dfebecafa7b5cf34d7 100644 (file)
        };
 };
 
+&dma0 {
+       status = "okay";
+};
+
+&dma1 {
+       status = "okay";
+};
+
+&dma2 {
+       status = "okay";
+};
+
 &flx6 {
        atmel,flexcom-mode = <ATMEL_FLEXCOM_MODE_USART>;
        status = "okay";