]> Git Repo - u-boot.git/commitdiff
ARM64: zynqmp: Add missing interrupt-parent to PMU node
authorMichal Simek <[email protected]>
Thu, 7 Apr 2016 13:28:33 +0000 (15:28 +0200)
committerMichal Simek <[email protected]>
Wed, 13 Apr 2016 16:29:03 +0000 (18: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 <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
arch/arm/dts/zynqmp.dtsi

index 9a53ad62b971cbd282d99dacdb12126fa45fe833..a09bbbfa4373d6d98de349fc5e87511c0bd08ffa 100644 (file)
 
        pmu {
                compatible = "arm,armv8-pmuv3";
+               interrupt-parent = <&gic>;
                interrupts = <0 143 4>,
                             <0 144 4>,
                             <0 145 4>,
This page took 0.037066 seconds and 4 git commands to generate.