arm64: zynqmp: Fix GIC compatible property
authorMichal Simek <michal.simek@xilinx.com>
Tue, 25 Feb 2020 09:00:26 +0000 (10:00 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 15 Apr 2020 08:39:21 +0000 (10:39 +0200)
dtbs_check is showing warning around GIC compatible property as
interrupt-controller@f9010000: compatible: ['arm,gic-400', 'arm,cortex-a15-gic']
is not valid under any of the given schemas

Similar change has been done also by commit 5400cdc1410b
("ARM: dts: sunxi: Fix GIC compatible")

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Link: https://lore.kernel.org/r/a50412fbb520954e4602f274f19a7ffbd1154ead.1582621224.git.michal.simek@xilinx.com
arch/arm64/boot/dts/xilinx/zynqmp.dtsi

index de4c694..9174ddc 100644 (file)
                ranges = <0 0 0 0 0xffffffff>;
 
                gic: interrupt-controller@f9010000 {
-                       compatible = "arm,gic-400", "arm,cortex-a15-gic";
+                       compatible = "arm,gic-400";
                        #interrupt-cells = <3>;
                        reg = <0x0 0xf9010000 0x10000>,
                              <0x0 0xf9020000 0x20000>,