Commit d5232ab
arm64: ac5: Fix watchdog timeleft (#334)
Watchdog timeleft returns unexpected huge value for first read,
followed by correct expected values. Unexpected huge value reappears
after few minutes. Issue is resolved by updating the existing
hardware workaround to read WCV_HI along with WCV_LO.
Signed-off-by: Pradeep Turaga Shakthi <[email protected]>
Co-authored-by: Saikrishna Arcot <[email protected]>1 parent ecba611 commit d5232ab
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
| 247 | + | |
247 | 248 | | |
248 | 249 | | |
249 | 250 | | |
| |||
0 commit comments