Commit df93557b authored by Thierry Reding's avatar Thierry Reding
Browse files

arm64: tegra: Rename agic -> interrupt-controller



Device tree nodes for interrupt controllers should be named "interrupt-
controller", so rename the AGIC accordingly.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 58be18be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@
			status = "okay";
		};

		agic@702f9000 {
		interrupt-controller@702f9000 {
			status = "okay";
		};
	};
+1 −1
Original line number Diff line number Diff line
@@ -1721,7 +1721,7 @@
			status = "okay";
		};

		agic@702f9000 {
		interrupt-controller@702f9000 {
			status = "okay";
		};
	};
+1 −1
Original line number Diff line number Diff line
@@ -1355,7 +1355,7 @@
			status = "disabled";
		};

		agic: agic@702f9000 {
		agic: interrupt-controller@702f9000 {
			compatible = "nvidia,tegra210-agic";
			#interrupt-cells = <3>;
			interrupt-controller;