diff options
author | Joel Stanley | 2019-06-06 17:08:45 +0930 |
---|---|---|
committer | Tom Rini | 2019-06-20 10:57:08 -0400 |
commit | 894e235f145b4f397a474f22c7c604ae925eb114 (patch) | |
tree | 95cd9dd0502f2cad2ee496cee8cd1cf46798bd30 /Makefile | |
parent | f2f83b2fd0b233ca971dfa5f4ddf8cd8a0cf33e3 (diff) |
aspeed/watchdog: Correct timeout value
The driver was using milliseconds and programming it into a register
which takes ticks of the watchdog clock, which runs at 1MHz. This meant
we were off by 1000 with the desired value.
When 06985289d452 ("watchdog: Implement generic watchdog_reset()
version") was added the aspeed board would leave the watchdog running,
causing it to bite before u-boot was done.
Discovered by booting in qemu:
$ qemu-system-arm -M ast2500-evb -drive file=test.img,format=raw,if=mtd -nographic -no-reboot -d cpu_reset
U-Boot 2019.07-rc3-00091-g2253e40caef5 (Jun 06 2019 - 16:53:23 +0930)
Model: Aspeed BMC
DRAM: 496 MiB
WDT: Started with servicing (60s timeout)
MMC:
In: serial@1e784000
Out: serial@1e784000
Err: serial@1e784000
Watchdog timer expired.
Fixes: 06985289d452 ("watchdog: Implement generic watchdog_reset() version")
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions