arm64: tegra: Rename ADMA device nodes for Tegra210

DMA device nodes should follow regex pattern of "^dma-controller(@.*)?$".
This is a preparatory patch to use YAML doc format for ADMA.

Signed-off-by: Sameer Pujar <spujar@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Sameer Pujar 2020-11-05 15:54:03 +05:30 committed by Thierry Reding
parent 1289bd9fec
commit b6e136c7e6
4 changed files with 4 additions and 4 deletions

View File

@ -119,7 +119,7 @@
aconnect@702c0000 {
status = "okay";
dma@702e2000 {
dma-controller@702e2000 {
status = "okay";
};

View File

@ -629,7 +629,7 @@
aconnect@702c0000 {
status = "okay";
dma@702e2000 {
dma-controller@702e2000 {
status = "okay";
};

View File

@ -1717,7 +1717,7 @@
aconnect@702c0000 {
status = "okay";
dma@702e2000 {
dma-controller@702e2000 {
status = "okay";
};

View File

@ -1344,7 +1344,7 @@
ranges = <0x702c0000 0x0 0x702c0000 0x00040000>;
status = "disabled";
adma: dma@702e2000 {
adma: dma-controller@702e2000 {
compatible = "nvidia,tegra210-adma";
reg = <0x702e2000 0x2000>;
interrupt-parent = <&agic>;