Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1458748 > unrolled thread
| Started by | Michal Simek <michal.simek@xilinx.com> |
|---|---|
| First post | 2016-08-09 15:40 +0200 |
| Last post | 2016-08-09 15:40 +0200 |
| Articles | 2 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH 1/2] ARM64: zynqmp: Add missing interrupt-parent to PMU node Michal Simek <michal.simek@xilinx.com> - 2016-08-09 15:40 +0200
[PATCH 2/2] ARM64: zynqmp: Correct the watchdog timer interrupt number Michal Simek <michal.simek@xilinx.com> - 2016-08-09 15:40 +0200
| From | Michal Simek <michal.simek@xilinx.com> |
|---|---|
| Date | 2016-08-09 15:40 +0200 |
| Subject | [PATCH 1/2] ARM64: zynqmp: Add missing interrupt-parent to PMU node |
| Message-ID | <s4fqa-8bw-21@gated-at.bofh.it> |
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>
---
arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
index fbdd6ab98988..8ed4f42e781b 100644
--- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
+++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi
@@ -51,6 +51,7 @@
pmu {
compatible = "arm,armv8-pmuv3";
+ interrupt-parent = <&gic>;
interrupts = <0 143 4>,
<0 144 4>,
<0 145 4>,
--
1.9.1
[toc] | [next] | [standalone]
| From | Michal Simek <michal.simek@xilinx.com> |
|---|---|
| Date | 2016-08-09 15:40 +0200 |
| Subject | [PATCH 2/2] ARM64: zynqmp: Correct the watchdog timer interrupt number |
| Message-ID | <s4fqa-8bw-31@gated-at.bofh.it> |
| In reply to | #1458748 |
From: Punnaiah Choudary Kalluri <punnaiah.choudary.kalluri@xilinx.com> Corrected the watchdog timer interrupt number. Origin value was for CSUPMU watchdog. Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com> --- arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi index 8ed4f42e781b..3bae4b2675d9 100644 --- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi +++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi @@ -369,7 +369,7 @@ compatible = "cdns,wdt-r1p2"; status = "disabled"; interrupt-parent = <&gic>; - interrupts = <0 52 1>; + interrupts = <0 113 1>; reg = <0x0 0xfd4d0000 0x0 0x1000>; timeout-sec = <10>; }; -- 1.9.1
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web