Skip to content

Commit 8182273

Browse files
author
Michal Simek
committed
arm64: zynqmp: Fix GIC compatible property
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 5400cdc ("ARM: dts: sunxi: Fix GIC compatible") Signed-off-by: Michal Simek <[email protected]> Link: https://lore.kernel.org/r/a50412fbb520954e4602f274f19a7ffbd1154ead.1582621224.git.michal.simek@xilinx.com
1 parent 88affa2 commit 8182273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/xilinx/zynqmp.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
ranges = <0 0 0 0 0xffffffff>;
190190

191191
gic: interrupt-controller@f9010000 {
192-
compatible = "arm,gic-400", "arm,cortex-a15-gic";
192+
compatible = "arm,gic-400";
193193
#interrupt-cells = <3>;
194194
reg = <0x0 0xf9010000 0x10000>,
195195
<0x0 0xf9020000 0x20000>,

0 commit comments

Comments
 (0)