Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1458749

[PATCH 2/2] ARM64: zynqmp: Correct the watchdog timer interrupt number

From Michal Simek <michal.simek@xilinx.com>
Newsgroups linux.kernel
Subject [PATCH 2/2] ARM64: zynqmp: Correct the watchdog timer interrupt number
Date 2016-08-09 15:40 +0200
Message-ID <s4fqa-8bw-31@gated-at.bofh.it> (permalink)
References <s4fqa-8bw-21@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[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

csiph-web