Commit df93557b authored by Thierry Reding's avatar Thierry Reding

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
...@@ -122,7 +122,7 @@ dma@702e2000 { ...@@ -122,7 +122,7 @@ dma@702e2000 {
status = "okay"; status = "okay";
}; };
agic@702f9000 { interrupt-controller@702f9000 {
status = "okay"; status = "okay";
}; };
}; };
......
...@@ -1721,7 +1721,7 @@ dma@702e2000 { ...@@ -1721,7 +1721,7 @@ dma@702e2000 {
status = "okay"; status = "okay";
}; };
agic@702f9000 { interrupt-controller@702f9000 {
status = "okay"; status = "okay";
}; };
}; };
......
...@@ -1355,7 +1355,7 @@ adma: dma@702e2000 { ...@@ -1355,7 +1355,7 @@ adma: dma@702e2000 {
status = "disabled"; status = "disabled";
}; };
agic: agic@702f9000 { agic: interrupt-controller@702f9000 {
compatible = "nvidia,tegra210-agic"; compatible = "nvidia,tegra210-agic";
#interrupt-cells = <3>; #interrupt-cells = <3>;
interrupt-controller; interrupt-controller;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment