Skip to content

Commit

Permalink
ARM64: zynqmp: Correct the watchdog timer interrupt number
Browse files Browse the repository at this point in the history
Corrected the watchdog timer interrupt number.
Origin value was for CSUPMU watchdog.

Signed-off-by: Punnaiah Choudary Kalluri <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
  • Loading branch information
Punnaiah Choudary Kalluri authored and Michal Simek committed Aug 19, 2016
1 parent 886e7dd commit 908c9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/xilinx/zynqmp.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
Expand Down

0 comments on commit 908c9e7

Please sign in to comment.