ARM64: zynqmp: Add missing interrupt-parent to PMU node
authorMichal Simek <michal.simek@xilinx.com>
Tue, 2 Feb 2016 12:10:25 +0000 (13:10 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 19 Aug 2016 10:29:11 +0000 (12:29 +0200)
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 <John.Linn@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm64/boot/dts/xilinx/zynqmp.dtsi

index fbdd6ab98988a7335b0090b556b6f5c7a18fd4dd..8ed4f42e781b0e98d371d6a08f6556feddf0e09b 100644 (file)
@@ -51,6 +51,7 @@
 
        pmu {
                compatible = "arm,armv8-pmuv3";
+               interrupt-parent = <&gic>;
                interrupts = <0 143 4>,
                             <0 144 4>,
                             <0 145 4>,