arm64: tegra: Fix APB DMA controller node name

The APB DMA controller node is currently named "dma@60020000", but
according to the DT bindings the node name should be "dma-controller".

Update the node name to match the binding and fix dtbs_check warnings.

Signed-off-by: Nino Zhang <ninozhang001@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Nino Zhang
2025-08-22 18:41:11 +08:00
committed by Thierry Reding
parent 6db753b921
commit feee7f5ae2
2 changed files with 2 additions and 2 deletions

View File

@@ -272,7 +272,7 @@ gpio: gpio@6000d000 {
interrupt-controller;
};
apbdma: dma@60020000 {
apbdma: dma-controller@60020000 {
compatible = "nvidia,tegra124-apbdma", "nvidia,tegra148-apbdma";
reg = <0x0 0x60020000 0x0 0x1400>;
interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,

View File

@@ -540,7 +540,7 @@ gpio: gpio@6000d000 {
interrupt-controller;
};
apbdma: dma@60020000 {
apbdma: dma-controller@60020000 {
compatible = "nvidia,tegra210-apbdma", "nvidia,tegra148-apbdma";
reg = <0x0 0x60020000 0x0 0x1400>;
interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,