aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2020-02-18 10:01:26 +0100
committerMichal Simek <michal.simek@xilinx.com>2020-04-06 12:51:31 +0200
commitba1969028753edc9934323e8fe229c248732e4de (patch)
treece2545b52bddcff76ad6539adf1327e261f672ae /arch
parent0ac65007370530491129c134967d4beba76fcd27 (diff)
downloadu-boot-ba1969028753edc9934323e8fe229c248732e4de.zip
u-boot-ba1969028753edc9934323e8fe229c248732e4de.tar.gz
u-boot-ba1969028753edc9934323e8fe229c248732e4de.tar.bz2
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 Linux kernel commit 5400cdc1410b ("ARM: dts: sunxi: Fix GIC compatible") Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/zynqmp.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index 7d84a64..aa28158 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -208,7 +208,7 @@
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>,