From: Punnaiah Choudary Kalluri Date: Wed, 4 Nov 2015 07:04:17 +0000 (+0530) Subject: ARM64: zynqmp: Correct the watchdog timer interrupt number X-Git-Tag: v2016.03-rc1~46^2~25 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d3fd433f07d39481ebc942c2cf60f593a77aec5e;p=u-boot ARM64: zynqmp: Correct the watchdog timer interrupt number Corrected the watchdog timer interrupt number. Origin value was for CSUPMU watchdog. Signed-off-by: Punnaiah Choudary Kalluri Signed-off-by: Michal Simek --- diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index 24a34e6d85..f4b94014de 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -559,7 +559,7 @@ compatible = "cdns,wdt-r1p2"; status = "disabled"; interrupt-parent = <&gic>; - interrupts = <0 52 1>; + interrupts = <0 113 1>; reg = <0x0 0xfd4d0000 0x1000>; timeout-sec = <10>; };