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:
cb9dcc6
)
ARM64: zynqmp: Correct the watchdog timer interrupt number
author
Punnaiah Choudary Kalluri
<
[email protected]
>
Wed, 4 Nov 2015 07:04:17 +0000
(12:34 +0530)
committer
Michal Simek
<
[email protected]
>
Wed, 27 Jan 2016 14:55:56 +0000
(15:55 +0100)
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]
>
arch/arm/dts/zynqmp.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/zynqmp.dtsi
b/arch/arm/dts/zynqmp.dtsi
index 24a34e6d85d2e5c8ecf1e38a62f89608835a9154..f4b94014de8be15e7f8f45ef9a894b19ee0d17e5 100644
(file)
--- 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>;
};