[PATCH v6 4/4] arm64: dts: imx8mq: update sdma node name format
Joy Zou
joy.zou at nxp.com
Tue Sep 6 02:42:56 PDT 2022
Node names should be generic, so change the sdma node name format 'sdma'
into 'dma-controller'.
Signed-off-by: Joy Zou <joy.zou at nxp.com>
---
Changes in v5:
modify the commit message.
---
arch/arm64/boot/dts/freescale/imx8mq.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
index e9f0cdd10ab6..19eaa523564d 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
@@ -534,7 +534,7 @@ wdog3: watchdog at 302a0000 {
status = "disabled";
};
- sdma2: sdma at 302c0000 {
+ sdma2: dma-controller at 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 at 30bb0000 {
status = "disabled";
};
- sdma1: sdma at 30bd0000 {
+ sdma1: dma-controller at 30bd0000 {
compatible = "fsl,imx8mq-sdma","fsl,imx7d-sdma";
reg = <0x30bd0000 0x10000>;
interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
--
2.37.1
More information about the linux-arm-kernel
mailing list