Changes between Version 2 and Version 3 of watchdog
- Timestamp:
 - 08/10/2018 12:04:20 AM (7 years ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
      
watchdog
v2 v3 45 45 46 46 The linux kernel driver ({{{drivers/watchdog/mpcore_wdt.c}}}) defaults to 60 seconds and allows a timeout period between 0 and 65536 seconds. 47 48 49 === Cambria (ixp43x) CPU watchdog ===50 The ixp43x SoC watchdog available on the Cambria products has a 32bit watchdog with 66MHz ticks thus can have a timeout value of 0 to 65 seconds.51 52 The linux kernel driver ({{{drivers/watchdog/ixp4xx_wdt.c}}}) defaults to 60 seconds and allows a timeout period between 0 and 60 seconds.53 47 54 48  
