commit | 8e427ba35170a6b5966c28e59192d0561f989f65 | [log] [tgz] |
---|---|---|
author | Chris Packham <judge.packham@gmail.com> | Mon Feb 18 10:30:53 2019 +1300 |
committer | Stefan Roese <sr@denx.de> | Fri Apr 12 07:04:18 2019 +0200 |
tree | 2eb5b061f538322ae262532be43e97705ffbbc92 | |
parent | 8562e41464e06389ea4965d71a91753700985456 [diff] |
watchdog: orion_wdt: take timeout value in ms The generic wdt_start API expects to be called with the timeout in milliseconds. Update the orion_wdt driver to accept a timeout in milliseconds and use the clock rate specified in the dts to convert the timeout to an appropriate value for the timer reload register. Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>