Commit 3450f9f5 authored by Stefan Wahren's avatar Stefan Wahren Committed by Florian Fainelli

ARM: dts: bcm2835: adjust DMA node names

After converting the bcm2835-dma DT binding to YAML, the DT schema
checks gave warnings like:

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

So fix them accordingly.
Signed-off-by: default avatarStefan Wahren <stefan.wahren@i2se.com>
Link: https://lore.kernel.org/r/20230617133620.53129-4-stefan.wahren@i2se.comSigned-off-by: default avatarFlorian Fainelli <florian.fainelli@broadcom.com>
parent 2a28a5cd
...@@ -76,7 +76,7 @@ thermal: thermal { ...@@ -76,7 +76,7 @@ thermal: thermal {
}; };
}; };
dma: dma@7e007000 { dma: dma-controller@7e007000 {
compatible = "brcm,bcm2835-dma"; compatible = "brcm,bcm2835-dma";
reg = <0x7e007000 0xb00>; reg = <0x7e007000 0xb00>;
interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>, interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>,
......
...@@ -8,7 +8,7 @@ / { ...@@ -8,7 +8,7 @@ / {
interrupt-parent = <&intc>; interrupt-parent = <&intc>;
soc { soc {
dma: dma@7e007000 { dma: dma-controller@7e007000 {
compatible = "brcm,bcm2835-dma"; compatible = "brcm,bcm2835-dma";
reg = <0x7e007000 0xf00>; reg = <0x7e007000 0xf00>;
interrupts = <1 16>, interrupts = <1 16>,
......
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