Commit d314fd24 authored by Joy Zou's avatar Joy Zou Committed by Shawn Guo

arm64: dts: imx8mq: update sdma node name format

Node names should be generic, so change the sdma node name format 'sdma'
into 'dma-controller'.
Signed-off-by: default avatarJoy Zou <joy.zou@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent aff77421
......@@ -534,7 +534,7 @@ wdog3: watchdog@302a0000 {
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>;
......@@ -1302,7 +1302,7 @@ qspi0: spi@30bb0000 {
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>;
......
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