From f38e27603d1161dea811c9640c7ae364c3005218 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 14 Aug 2019 12:36:58 +0200 Subject: [PATCH] dts: xilinx_zynqmp: Remove stray 0 from interrupt-parent 'interrupt-parent' should contain just the phandle of the node interrupts are sent to. This node (gic: interrupt-controller@f9010000) doesn't generate any interrupts, so the 'interrupt-parent' value is never used (this is why it wasn't caught). It'll give an error later with 'interrupt-parent' declared as 'type: phandle' in bindings though. Don't know what was intended. Just remove the 0. Signed-off-by: Ulf Magnusson --- dts/arm/xilinx/zynqmp.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dts/arm/xilinx/zynqmp.dtsi b/dts/arm/xilinx/zynqmp.dtsi index f9dbfe70264..57dfecec71f 100644 --- a/dts/arm/xilinx/zynqmp.dtsi +++ b/dts/arm/xilinx/zynqmp.dtsi @@ -19,7 +19,7 @@ <0xf9020000 0x100>; interrupt-controller; #interrupt-cells = <3>; - interrupt-parent = <&core_intc 0>; + interrupt-parent = <&core_intc>; label = "GIC"; status = "okay"; };