ARM: dts: bcm2835: adjust DMA node names
authorStefan Wahren <stefan.wahren@i2se.com>
Sat, 17 Jun 2023 13:36:16 +0000 (15:36 +0200)
committerFlorian Fainelli <florian.fainelli@broadcom.com>
Wed, 12 Jul 2023 17:17:48 +0000 (10:17 -0700)
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: Stefan Wahren <stefan.wahren@i2se.com>
Link: https://lore.kernel.org/r/20230617133620.53129-4-stefan.wahren@i2se.com
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
arch/arm/boot/dts/broadcom/bcm2711.dtsi
arch/arm/boot/dts/broadcom/bcm2835-common.dtsi

index 097e9f2..d30c193 100644 (file)
@@ -76,7 +76,7 @@
                        };
                };
 
-               dma: dma@7e007000 {
+               dma: dma-controller@7e007000 {
                        compatible = "brcm,bcm2835-dma";
                        reg = <0x7e007000 0xb00>;
                        interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>,
index bb7e8f7..9261b67 100644 (file)
@@ -8,7 +8,7 @@
        interrupt-parent = <&intc>;
 
        soc {
-               dma: dma@7e007000 {
+               dma: dma-controller@7e007000 {
                        compatible = "brcm,bcm2835-dma";
                        reg = <0x7e007000 0xf00>;
                        interrupts = <1 16>,