From fd3c46b3062ac1ce0aa532c81922f9a0e28a6454 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Wed, 9 Jun 2010 14:07:01 +0300 Subject: [PATCH] mx25pdk: register watchdog device Signed-off-by: Baruch Siach Reviewed-by: Wolfram Sang Signed-off-by: Sascha Hauer --- arch/arm/mach-mx25/mach-mx25pdk.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-mx25/mach-mx25pdk.c b/arch/arm/mach-mx25/mach-mx25pdk.c index 4a57f68860c..ba3fbef1c41 100644 --- a/arch/arm/mach-mx25/mach-mx25pdk.c +++ b/arch/arm/mach-mx25/mach-mx25pdk.c @@ -182,6 +182,7 @@ static void __init mx25pdk_init(void) mxc_register_device(&mxc_nand_device, &mx25pdk_nand_board_info); mxc_register_device(&mx25_rtc_device, NULL); mxc_register_device(&mx25_fb_device, &mx25pdk_fb_pdata); + mxc_register_device(&mxc_wdt, NULL); mx25pdk_fec_reset(); mxc_register_device(&mx25_fec_device, &mx25_fec_pdata); -- 2.46.0