summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2016-04-07 15:28:33 +0200
committerMichal Simek <michal.simek@xilinx.com>2016-04-13 18:29:03 +0200
commit14cd9eabb871b693b2f6ca30f2f594baa5e99884 (patch)
treeb2311d50721184abf4af1c682cec1f345d4c3cb0 /arch
parent8f4e3972a01a2ac47154fbd737b63b386900315c (diff)
downloadtalos-obmc-uboot-14cd9eabb871b693b2f6ca30f2f594baa5e99884.tar.gz
talos-obmc-uboot-14cd9eabb871b693b2f6ca30f2f594baa5e99884.zip
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>
Diffstat (limited to 'arch')
-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 9a53ad62b9..a09bbbfa43 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>,
OpenPOWER on IntegriCloud