mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 06:01:23 +00:00
ssb: extif: add check for max value before setting watchdog register
Prevent the watchdog register on the extif core to be set to a too high value. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
7ffbffe37d
commit
7280b51a29
2 changed files with 4 additions and 2 deletions
|
@ -152,6 +152,7 @@
|
|||
/* watchdog */
|
||||
#define SSB_EXTIF_WATCHDOG_CLK 48000000 /* Hz */
|
||||
|
||||
#define SSB_EXTIF_WATCHDOG_MAX_TIMER ((1 << 28) - 1)
|
||||
|
||||
|
||||
#ifdef CONFIG_SSB_DRIVER_EXTIF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue