Commit e9f5cd85 authored by Stefan Wahren's avatar Stefan Wahren Committed by Shawn Guo

ARM: dts: imx: Adjust dma-apbh node name

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: default avatarStefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 0eea5c60
...@@ -59,7 +59,7 @@ icoll: interrupt-controller@80000000 { ...@@ -59,7 +59,7 @@ icoll: interrupt-controller@80000000 {
reg = <0x80000000 0x2000>; reg = <0x80000000 0x2000>;
}; };
dma_apbh: dma-apbh@80004000 { dma_apbh: dma-controller@80004000 {
compatible = "fsl,imx23-dma-apbh"; compatible = "fsl,imx23-dma-apbh";
reg = <0x80004000 0x2000>; reg = <0x80004000 0x2000>;
interrupts = <0 14 20 0 interrupts = <0 14 20 0
......
...@@ -78,7 +78,7 @@ hsadc: hsadc@80002000 { ...@@ -78,7 +78,7 @@ hsadc: hsadc@80002000 {
status = "disabled"; status = "disabled";
}; };
dma_apbh: dma-apbh@80004000 { dma_apbh: dma-controller@80004000 {
compatible = "fsl,imx28-dma-apbh"; compatible = "fsl,imx28-dma-apbh";
reg = <0x80004000 0x2000>; reg = <0x80004000 0x2000>;
interrupts = <82 83 84 85 interrupts = <82 83 84 85
......
...@@ -150,7 +150,7 @@ soc: soc { ...@@ -150,7 +150,7 @@ soc: soc {
interrupt-parent = <&gpc>; interrupt-parent = <&gpc>;
ranges; ranges;
dma_apbh: dma-apbh@110000 { dma_apbh: dma-controller@110000 {
compatible = "fsl,imx6q-dma-apbh", "fsl,imx28-dma-apbh"; compatible = "fsl,imx6q-dma-apbh", "fsl,imx28-dma-apbh";
reg = <0x00110000 0x2000>; reg = <0x00110000 0x2000>;
interrupts = <0 13 IRQ_TYPE_LEVEL_HIGH>, interrupts = <0 13 IRQ_TYPE_LEVEL_HIGH>,
......
...@@ -209,7 +209,7 @@ gpu: gpu@1800000 { ...@@ -209,7 +209,7 @@ gpu: gpu@1800000 {
power-domains = <&pd_pu>; power-domains = <&pd_pu>;
}; };
dma_apbh: dma-apbh@1804000 { dma_apbh: dma-controller@1804000 {
compatible = "fsl,imx6sx-dma-apbh", "fsl,imx28-dma-apbh"; compatible = "fsl,imx6sx-dma-apbh", "fsl,imx28-dma-apbh";
reg = <0x01804000 0x2000>; reg = <0x01804000 0x2000>;
interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>, interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>,
......
...@@ -164,7 +164,7 @@ intc: interrupt-controller@a01000 { ...@@ -164,7 +164,7 @@ intc: interrupt-controller@a01000 {
<0x00a06000 0x2000>; <0x00a06000 0x2000>;
}; };
dma_apbh: dma-apbh@1804000 { dma_apbh: dma-controller@1804000 {
compatible = "fsl,imx6q-dma-apbh", "fsl,imx28-dma-apbh"; compatible = "fsl,imx6q-dma-apbh", "fsl,imx28-dma-apbh";
reg = <0x01804000 0x2000>; reg = <0x01804000 0x2000>;
interrupts = <0 13 IRQ_TYPE_LEVEL_HIGH>, interrupts = <0 13 IRQ_TYPE_LEVEL_HIGH>,
......
...@@ -1257,7 +1257,7 @@ fec1: ethernet@30be0000 { ...@@ -1257,7 +1257,7 @@ fec1: ethernet@30be0000 {
}; };
}; };
dma_apbh: dma-apbh@33000000 { dma_apbh: dma-controller@33000000 {
compatible = "fsl,imx7d-dma-apbh", "fsl,imx28-dma-apbh"; compatible = "fsl,imx7d-dma-apbh", "fsl,imx28-dma-apbh";
reg = <0x33000000 0x2000>; reg = <0x33000000 0x2000>;
interrupts = <GIC_SPI 12 IRQ_TYPE_LEVEL_HIGH>, interrupts = <GIC_SPI 12 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