summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2016-04-07 13:28:33 (GMT)
committerMichal Simek <michal.simek@xilinx.com>2016-04-13 16:29:03 (GMT)
commit14cd9eabb871b693b2f6ca30f2f594baa5e99884 (patch)
treeb2311d50721184abf4af1c682cec1f345d4c3cb0
parent8f4e3972a01a2ac47154fbd737b63b386900315c (diff)
downloadu-boot-14cd9eabb871b693b2f6ca30f2f594baa5e99884.tar.xz
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 <John.Linn@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r--arch/arm/dts/zynqmp.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index 9a53ad6..a09bbbf 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -217,6 +217,7 @@
pmu {
compatible = "arm,armv8-pmuv3";
+ interrupt-parent = <&gic>;
interrupts = <0 143 4>,
<0 144 4>,
<0 145 4>,