Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: ls1021a: Use generic node name for DMA

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>

authored by

Kuldeep Singh and committed by
Shawn Guo
4c95e736 afd8f779

+1 -1
+1 -1
arch/arm/boot/dts/ls1021a.dtsi
··· 647 647 status = "disabled"; 648 648 }; 649 649 650 - edma0: edma@2c00000 { 650 + edma0: dma-controller@2c00000 { 651 651 #dma-cells = <2>; 652 652 compatible = "fsl,vf610-edma"; 653 653 reg = <0x0 0x2c00000 0x0 0x10000>,