mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
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 @@ dma@702e2000 {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
agic@702f9000 {
|
||||
interrupt-controller@702f9000 {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1721,7 +1721,7 @@ dma@702e2000 {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
agic@702f9000 {
|
||||
interrupt-controller@702f9000 {
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1355,7 +1355,7 @@ adma: dma@702e2000 {
|
|||
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