diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2011-02-17 15:09:53 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-02-18 04:57:57 -0500 |
commit | daa7954ccd8a0e99376d52c46978f16067f8c2de (patch) | |
tree | f903dbbe7c4cb497255f0c54f9873ff7e2ce89e6 /arch/arm/mach-mx5/board-mx53_loco.c | |
parent | 78c73591a91c120c4be02dafc018fcd7ecc8688a (diff) |
ARM: mach-mx5: Add watchdog support for MX53 based boards
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5/board-mx53_loco.c')
-rw-r--r-- | arch/arm/mach-mx5/board-mx53_loco.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/board-mx53_loco.c b/arch/arm/mach-mx5/board-mx53_loco.c index 0fea252d42eb..6005f4945c74 100644 --- a/arch/arm/mach-mx5/board-mx53_loco.c +++ b/arch/arm/mach-mx5/board-mx53_loco.c | |||
@@ -69,6 +69,7 @@ static void __init mx53_loco_board_init(void) | |||
69 | imx53_add_imx_uart(0, NULL); | 69 | imx53_add_imx_uart(0, NULL); |
70 | mx53_loco_fec_reset(); | 70 | mx53_loco_fec_reset(); |
71 | imx53_add_fec(&mx53_loco_fec_data); | 71 | imx53_add_fec(&mx53_loco_fec_data); |
72 | imx53_add_imx2_wdt(0, NULL); | ||
72 | } | 73 | } |
73 | 74 | ||
74 | static void __init mx53_loco_timer_init(void) | 75 | static void __init mx53_loco_timer_init(void) |