Skip to content

Commit 336edac

Browse files
Andre-ARMsudeep-holla
authored andcommitted
arm64: dts: fvp: Fix GIC compatible names
The GIC DT binding only allows certain combinations of DT compatible strings. The somewhat awkward "arm,cortex-a15-gic", "arm,cortex-a9-gic" is not among those. Drop that combination of different "cortex" based strings used for the models, and replace it with the more useful combination including "arm,gic-400". Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Andre Przywara <[email protected]> Signed-off-by: Sudeep Holla <[email protected]>
1 parent 0e529da commit 336edac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm64/boot/dts/arm/foundation-v8-gicv2.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/ {
88
gic: interrupt-controller@2c001000 {
9-
compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
9+
compatible = "arm,gic-400", "arm,cortex-a15-gic";
1010
#interrupt-cells = <3>;
1111
#address-cells = <2>;
1212
interrupt-controller;

arch/arm64/boot/dts/arm/rtsm_ve-aemv8a.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
};
9696

9797
gic: interrupt-controller@2c001000 {
98-
compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
98+
compatible = "arm,gic-400", "arm,cortex-a15-gic";
9999
#interrupt-cells = <3>;
100100
#address-cells = <0>;
101101
interrupt-controller;

0 commit comments

Comments
 (0)