ARM: dts: imx: Adjust dma-apbh node name
authorStefan Wahren <stefan.wahren@i2se.com>
Fri, 14 Apr 2023 09:19:46 +0000 (11:19 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sun, 14 May 2023 02:29:51 +0000 (10:29 +0800)
Currently the dtbs_check generates warnings like this:

$nodename:0: 'dma-apbh@110000' does not match '^dma-controller(@.*)?$'

So fix all affected dma-apbh node names.

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx23.dtsi
arch/arm/boot/dts/imx28.dtsi
arch/arm/boot/dts/imx6qdl.dtsi
arch/arm/boot/dts/imx6sx.dtsi
arch/arm/boot/dts/imx6ul.dtsi
arch/arm/boot/dts/imx7s.dtsi

index d19508c..a3668a0 100644 (file)
@@ -59,7 +59,7 @@
                                reg = <0x80000000 0x2000>;
                        };
 
-                       dma_apbh: dma-apbh@80004000 {
+                       dma_apbh: dma-controller@80004000 {
                                compatible = "fsl,imx23-dma-apbh";
                                reg = <0x80004000 0x2000>;
                                interrupts = <0 14 20 0
index a8d3c31..29e37b1 100644 (file)
@@ -78,7 +78,7 @@
                                status = "disabled";
                        };
 
-                       dma_apbh: dma-apbh@80004000 {
+                       dma_apbh: dma-controller@80004000 {
                                compatible = "fsl,imx28-dma-apbh";
                                reg = <0x80004000 0x2000>;
                                interrupts = <82 83 84 85
index b72ec74..bda182e 100644 (file)
                interrupt-parent = <&gpc>;
                ranges;
 
-               dma_apbh: dma-apbh@110000 {
+               dma_apbh: dma-controller@110000 {
                        compatible = "fsl,imx6q-dma-apbh", "fsl,imx28-dma-apbh";
                        reg = <0x00110000 0x2000>;
                        interrupts = <0 13 IRQ_TYPE_LEVEL_HIGH>,
index 93ac238..4233943 100644 (file)
                        power-domains = <&pd_pu>;
                };
 
-               dma_apbh: dma-apbh@1804000 {
+               dma_apbh: dma-controller@1804000 {
                        compatible = "fsl,imx6sx-dma-apbh", "fsl,imx28-dma-apbh";
                        reg = <0x01804000 0x2000>;
                        interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>,
index 3d9d0f8..118764c 100644 (file)
                              <0x00a06000 0x2000>;
                };
 
-               dma_apbh: dma-apbh@1804000 {
+               dma_apbh: dma-controller@1804000 {
                        compatible = "fsl,imx6q-dma-apbh", "fsl,imx28-dma-apbh";
                        reg = <0x01804000 0x2000>;
                        interrupts = <0 13 IRQ_TYPE_LEVEL_HIGH>,
index efe2525..54026c2 100644 (file)
                        };
                };
 
-               dma_apbh: dma-apbh@33000000 {
+               dma_apbh: dma-controller@33000000 {
                        compatible = "fsl,imx7d-dma-apbh", "fsl,imx28-dma-apbh";
                        reg = <0x33000000 0x2000>;
                        interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>,