ARM: dts: ls1021a: Use generic node name for DMA
authorKuldeep Singh <singh.kuldeep87k@gmail.com>
Sun, 7 Aug 2022 18:36:45 +0000 (00:06 +0530)
committerShawn Guo <shawnguo@kernel.org>
Sun, 21 Aug 2022 13:44:01 +0000 (21:44 +0800)
DT spec expects generic DMA controller node name as "dma-controller" to
enable validations.

Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/ls1021a.dtsi

index fa76162..7c5510e 100644 (file)
                        status = "disabled";
                };
 
-               edma0: edma@2c00000 {
+               edma0: dma-controller@2c00000 {
                        #dma-cells = <2>;
                        compatible = "fsl,vf610-edma";
                        reg = <0x0 0x2c00000 0x0 0x10000>,