projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f4e397
)
ARM64: zynqmp: Add missing interrupt-parent to PMU node
author
Michal Simek
<
[email protected]
>
Thu, 7 Apr 2016 13:28:33 +0000
(15:28 +0200)
committer
Michal 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/zynqmp.dtsi
b/arch/arm/dts/zynqmp.dtsi
index 9a53ad62b971cbd282d99dacdb12126fa45fe833..a09bbbfa4373d6d98de349fc5e87511c0bd08ffa 100644
(file)
--- 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>,