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 d19508c8f9ed63a98648ab1b9c7ea1f1d76660cd..a3668a0827fc8ad66200dfcdb8467aa07e8bf764 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 a8d3c3113e0f60b0414899d038bea32d818ec6a7..29e37b1fae66fd53e533e31974fead464180170e 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 b72ec745f6d124e1bfd6ae55ef2580c29d9108c6..bda182edc589159f835023e5098f8662c21d1ca3 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 93ac2380ca1ec6445f85b0b6bf215d57393971a6..4233943a1cca8687587c8e7afef046b78af06b03 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 3d9d0f823568507f05a99700abcffa30598885db..118764c50d921a4959f7b9d52208858266418d6c 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 efe2525b62fa16225567d73ab6e4222470b6056d..54026c2c93fac8593140e42517b46edb3b1a476f 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>,