Commit b6e136c7 authored by Sameer Pujar's avatar Sameer Pujar Committed by Thierry Reding
Browse files

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: default avatarSameer Pujar <spujar@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 1289bd9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ clock@70110000 {
	aconnect@702c0000 {
		status = "okay";

		dma@702e2000 {
		dma-controller@702e2000 {
			status = "okay";
		};

+1 −1
Original line number Diff line number Diff line
@@ -629,7 +629,7 @@ clock@70110000 {
	aconnect@702c0000 {
		status = "okay";

		dma@702e2000 {
		dma-controller@702e2000 {
			status = "okay";
		};

+1 −1
Original line number Diff line number Diff line
@@ -1717,7 +1717,7 @@ clock@70110000 {
	aconnect@702c0000 {
		status = "okay";

		dma@702e2000 {
		dma-controller@702e2000 {
			status = "okay";
		};

+1 −1
Original line number Diff line number Diff line
@@ -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>;