diff mbox series

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

Message ID 20220807183646.5641-1-singh.kuldeep87k@gmail.com (mailing list archive)
State New, archived
Headers show
Series ARM: dts: ls1021a: Use generic node name for DMA | expand

Commit Message

Kuldeep Singh Aug. 7, 2022, 6:36 p.m. UTC
DT spec expects generic DMA controller node name as "dma-controller" to
enable validations.

Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com>
---
 arch/arm/boot/dts/ls1021a.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Shawn Guo Aug. 21, 2022, 1:44 p.m. UTC | #1
On Mon, Aug 08, 2022 at 12:06:45AM +0530, Kuldeep Singh wrote:
> DT spec expects generic DMA controller node name as "dma-controller" to
> enable validations.
> 
> Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com>

Applied, thanks!
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
index fa761620f073..7c5510e34494 100644
--- a/arch/arm/boot/dts/ls1021a.dtsi
+++ b/arch/arm/boot/dts/ls1021a.dtsi
@@ -647,7 +647,7 @@  sai2: sai@2b60000 {
 			status = "disabled";
 		};
 
-		edma0: edma@2c00000 {
+		edma0: dma-controller@2c00000 {
 			#dma-cells = <2>;
 			compatible = "fsl,vf610-edma";
 			reg = <0x0 0x2c00000 0x0 0x10000>,