Skip to content

Commit

Permalink
arm64: tegra: Rename agic -> interrupt-controller
Browse files Browse the repository at this point in the history
Device tree nodes for interrupt controllers should be named "interrupt-
controller", so rename the AGIC accordingly.

Signed-off-by: Thierry Reding <[email protected]>
  • Loading branch information
thierryreding committed Jul 15, 2020
1 parent 58be18b commit df93557
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/nvidia/tegra210-p2371-2180.dts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
status = "okay";
};

agic@702f9000 {
interrupt-controller@702f9000 {
status = "okay";
};
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/nvidia/tegra210-smaug.dts
Original file line number Diff line number Diff line change
Expand Up @@ -1721,7 +1721,7 @@
status = "okay";
};

agic@702f9000 {
interrupt-controller@702f9000 {
status = "okay";
};
};
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/nvidia/tegra210.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1355,7 +1355,7 @@
status = "disabled";
};

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

0 comments on commit df93557

Please sign in to comment.