arm64: dts: imx8mq: update sdma node name format
authorJoy Zou <joy.zou@nxp.com>
Mon, 5 Sep 2022 08:39:23 +0000 (16:39 +0800)
committerShawn Guo <shawnguo@kernel.org>
Sat, 17 Sep 2022 08:34:31 +0000 (16:34 +0800)
Node names should be generic, so change the sdma node name format 'sdma'
into 'dma-controller'.

Signed-off-by: Joy Zou <joy.zou@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mq.dtsi

index e9f0cdd10ab620e1eb456d6c0557d74ddedc9216..19eaa523564d3b7d3e8c7879b5ca8ea974f6349b 100644 (file)
                                status = "disabled";
                        };
 
-                       sdma2: sdma@302c0000 {
+                       sdma2: dma-controller@302c0000 {
                                compatible = "fsl,imx8mq-sdma","fsl,imx7d-sdma";
                                reg = <0x302c0000 0x10000>;
                                interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>;
                                status = "disabled";
                        };
 
-                       sdma1: sdma@30bd0000 {
+                       sdma1: dma-controller@30bd0000 {
                                compatible = "fsl,imx8mq-sdma","fsl,imx7d-sdma";
                                reg = <0x30bd0000 0x10000>;
                                interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;