mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-15 06:55:13 +08: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:
parent
1289bd9fec
commit
b6e136c7e6
@ -119,7 +119,7 @@
|
||||
aconnect@702c0000 {
|
||||
status = "okay";
|
||||
|
||||
dma@702e2000 {
|
||||
dma-controller@702e2000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
@ -629,7 +629,7 @@
|
||||
aconnect@702c0000 {
|
||||
status = "okay";
|
||||
|
||||
dma@702e2000 {
|
||||
dma-controller@702e2000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
@ -1717,7 +1717,7 @@
|
||||
aconnect@702c0000 {
|
||||
status = "okay";
|
||||
|
||||
dma@702e2000 {
|
||||
dma-controller@702e2000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
@ -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>;
|
||||
|
Loading…
Reference in New Issue
Block a user