forked from Minki/linux
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: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
58be18be3a
commit
df93557b39
@ -122,7 +122,7 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
agic@702f9000 {
|
||||
interrupt-controller@702f9000 {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
@ -1721,7 +1721,7 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
agic@702f9000 {
|
||||
interrupt-controller@702f9000 {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
@ -1355,7 +1355,7 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
agic: agic@702f9000 {
|
||||
agic: interrupt-controller@702f9000 {
|
||||
compatible = "nvidia,tegra210-agic";
|
||||
#interrupt-cells = <3>;
|
||||
interrupt-controller;
|
||||
|
Loading…
Reference in New Issue
Block a user