diff options
| author | Troy Kisky <[email protected]> | 2012-10-22 15:19:01 +0000 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2013-01-13 11:39:57 +0100 |
| commit | abbab70363dcdb270cbf24d47849214dd3a3e010 (patch) | |
| tree | 2eb6f30be46ddc350e5635179dabdd126be2b0cd /include/configs | |
| parent | 17c5ef20073c49ae1a10150b4194b25b6f1154fe (diff) | |
mx31/mx35/mx51/mx53/mx6: add watchdog
Use a common watchdog driver for all these cpus.
Signed-off-by: Troy Kisky <[email protected]>
Acked-by: Stefano Babic <[email protected]>
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/mx31pdk.h | 1 | ||||
| -rw-r--r-- | include/configs/qong.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h index 138a9413730..34e429577e0 100644 --- a/include/configs/mx31pdk.h +++ b/include/configs/mx31pdk.h @@ -61,6 +61,7 @@ #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE #define CONFIG_HW_WATCHDOG +#define CONFIG_IMX_WATCHDOG #define CONFIG_MXC_GPIO #define CONFIG_HARD_SPI diff --git a/include/configs/qong.h b/include/configs/qong.h index d9bf2010b83..685c618c346 100644 --- a/include/configs/qong.h +++ b/include/configs/qong.h @@ -52,6 +52,7 @@ #define CONFIG_MXC_GPIO #define CONFIG_HW_WATCHDOG +#define CONFIG_IMX_WATCHDOG #define CONFIG_MXC_SPI #define CONFIG_DEFAULT_SPI_BUS 1 |
