ARM: dts: exynos: Correct compatible for Exynos5 GIC
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 1 Sep 2020 07:54:05 +0000 (09:54 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Thu, 3 Sep 2020 20:45:37 +0000 (22:45 +0200)
Exynos5250 and Exynso54xx SoCs have ARM GIC 400.  Correct the
compatibles to match dtschema and fix the dtbs_check warnings like:

  arch/arm/boot/dts/exynos5420-peach-pit.dt.yaml: interrupt-controller@10481000:
    compatible: ['arm,gic-400', 'arm,cortex-a15-gic', 'arm,cortex-a9-gic']
    is not valid under any of the given schemas

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200901075417.22481-2-krzk@kernel.org
arch/arm/boot/dts/exynos5.dtsi

index 22eb951c614c60d0ca5ee8a6d0b600ec7dfb0c34..9660104be4c93e162bbc2247dc41fc8f5e2d896c 100644 (file)
@@ -86,7 +86,7 @@
                };
 
                gic: interrupt-controller@10481000 {
-                       compatible = "arm,gic-400", "arm,cortex-a15-gic", "arm,cortex-a9-gic";
+                       compatible = "arm,gic-400", "arm,cortex-a15-gic";
                        #interrupt-cells = <3>;
                        interrupt-controller;
                        reg =   <0x10481000 0x1000>,