ARM: tegra: Rename the apbdma nodename to match with common dma-controller binding

Rename the apbdma nodename from "dma@" to "dma-controller@" to align with
linux common dma-controller binding.

Signed-off-by: Charan Pedumuru <charan.pedumuru@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://lore.kernel.org/r/20250507-nvidea-dma-v4-1-6161a8de376f@gmail.com
[treding@nvidia.com: adjust subject prefix for consistency]
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Charan Pedumuru 2025-05-07 04:57:33 +00:00 committed by Thierry Reding
parent 0af2f6be1b
commit c533c0a2ac
2 changed files with 2 additions and 2 deletions

View File

@ -284,7 +284,7 @@ flow-controller@60007000 {
reg = <0x60007000 0x1000>;
};
apbdma: dma@6000a000 {
apbdma: dma-controller@6000a000 {
compatible = "nvidia,tegra20-apbdma";
reg = <0x6000a000 0x1200>;
interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,

View File

@ -431,7 +431,7 @@ flow-controller@60007000 {
reg = <0x60007000 0x1000>;
};
apbdma: dma@6000a000 {
apbdma: dma-controller@6000a000 {
compatible = "nvidia,tegra30-apbdma", "nvidia,tegra20-apbdma";
reg = <0x6000a000 0x1400>;
interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>,