From: Michal Simek Date: Tue, 2 Feb 2016 12:10:25 +0000 (+0100) Subject: ARM64: zynqmp: Add missing interrupt-parent to PMU node X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=886e7ddda0029e069560566a43ab1b567e51dcf9;p=linux.git ARM64: zynqmp: Add missing interrupt-parent to PMU node ZynqMP is not using global interrupt-parent setting that's why it has to be listed in every node separately. PMU node missed it and this patch is adding it. Reported-by: John Linn Signed-off-by: Michal Simek --- diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi index fbdd6ab98988a..8ed4f42e781b0 100644 --- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi +++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi @@ -51,6 +51,7 @@ pmu { compatible = "arm,armv8-pmuv3"; + interrupt-parent = <&gic>; interrupts = <0 143 4>, <0 144 4>, <0 145 4>,