Commit 4c95e736 authored by Kuldeep Singh's avatar Kuldeep Singh Committed by Shawn Guo

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: default avatarKuldeep Singh <singh.kuldeep87k@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent afd8f779
...@@ -647,7 +647,7 @@ sai2: sai@2b60000 { ...@@ -647,7 +647,7 @@ sai2: sai@2b60000 {
status = "disabled"; status = "disabled";
}; };
edma0: edma@2c00000 { edma0: dma-controller@2c00000 {
#dma-cells = <2>; #dma-cells = <2>;
compatible = "fsl,vf610-edma"; compatible = "fsl,vf610-edma";
reg = <0x0 0x2c00000 0x0 0x10000>, reg = <0x0 0x2c00000 0x0 0x10000>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment