mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 07:30:06 -04:00
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:
committed by
Thierry Reding
parent
1289bd9fec
commit
b6e136c7e6
@@ -119,7 +119,7 @@ clock@70110000 {
|
||||
aconnect@702c0000 {
|
||||
status = "okay";
|
||||
|
||||
dma@702e2000 {
|
||||
dma-controller@702e2000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
@@ -629,7 +629,7 @@ clock@70110000 {
|
||||
aconnect@702c0000 {
|
||||
status = "okay";
|
||||
|
||||
dma@702e2000 {
|
||||
dma-controller@702e2000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
@@ -1717,7 +1717,7 @@ clock@70110000 {
|
||||
aconnect@702c0000 {
|
||||
status = "okay";
|
||||
|
||||
dma@702e2000 {
|
||||
dma-controller@702e2000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
@@ -1344,7 +1344,7 @@ aconnect@702c0000 {
|
||||
ranges = <0x702c0000 0x0 0x702c0000 0x00040000>;
|
||||
status = "disabled";
|
||||
|
||||
adma: dma@702e2000 {
|
||||
adma: dma-controller@702e2000 {
|
||||
compatible = "nvidia,tegra210-adma";
|
||||
reg = <0x702e2000 0x2000>;
|
||||
interrupt-parent = <&agic>;
|
||||
|
||||
Reference in New Issue
Block a user