]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
arm64: dts: fvp: Fix GIC compatible names
authorAndre Przywara <andre.przywara@arm.com>
Wed, 13 May 2020 10:30:04 +0000 (11:30 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Sun, 17 May 2020 17:57:10 +0000 (18:57 +0100)
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/20200513103016.130417-9-andre.przywara@arm.com
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
arch/arm64/boot/dts/arm/foundation-v8-gicv2.dtsi
arch/arm64/boot/dts/arm/rtsm_ve-aemv8a.dts

index 15fe81738e94d01f34c1548e5d1967958f336236..f17e744163a560c57ded3cf049074370f35a1c50 100644 (file)
@@ -6,7 +6,7 @@
 
 / {
        gic: interrupt-controller@2c001000 {
-               compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
+               compatible = "arm,gic-400", "arm,cortex-a15-gic";
                #interrupt-cells = <3>;
                #address-cells = <2>;
                interrupt-controller;
index c5d15cbd8cf698e6be87c2dd76ceee604e256f40..3050f45bade4a2540d22a4e09da7fed2055ddf32 100644 (file)
@@ -95,7 +95,7 @@
        };
 
        gic: interrupt-controller@2c001000 {
-               compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
+               compatible = "arm,gic-400", "arm,cortex-a15-gic";
                #interrupt-cells = <3>;
                #address-cells = <0>;
                interrupt-controller;