Skip to content

Commit 3450f9f

Browse files
Stefan Wahrenffainelli
authored andcommitted
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: 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>
1 parent 2a28a5c commit 3450f9f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/broadcom/bcm2711.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
};
7777
};
7878

79-
dma: dma@7e007000 {
79+
dma: dma-controller@7e007000 {
8080
compatible = "brcm,bcm2835-dma";
8181
reg = <0x7e007000 0xb00>;
8282
interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>,

arch/arm/boot/dts/broadcom/bcm2835-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
interrupt-parent = <&intc>;
99

1010
soc {
11-
dma: dma@7e007000 {
11+
dma: dma-controller@7e007000 {
1212
compatible = "brcm,bcm2835-dma";
1313
reg = <0x7e007000 0xf00>;
1414
interrupts = <1 16>,

0 commit comments

Comments
 (0)