Skip to content
Snippets Groups Projects
Commit 14cd9eab authored by Michal Simek's avatar Michal Simek
Browse files

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: default avatarJohn Linn <John.Linn@xilinx.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 8f4e3972
No related branches found
No related tags found
No related merge requests found
......@@ -217,6 +217,7 @@
pmu {
compatible = "arm,armv8-pmuv3";
interrupt-parent = <&gic>;
interrupts = <0 143 4>,
<0 144 4>,
<0 145 4>,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment