diff options
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 1 | ||||
-rw-r--r-- | arch/arm/mach-imx/mach-mx31moboard.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 4defb97bbfc8..d2e00f4cd38f 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig | |||
@@ -492,6 +492,7 @@ config MACH_MX31MOBOARD | |||
492 | bool "Support mx31moboard platforms (EPFL Mobots group)" | 492 | bool "Support mx31moboard platforms (EPFL Mobots group)" |
493 | select SOC_IMX31 | 493 | select SOC_IMX31 |
494 | select IMX_HAVE_PLATFORM_FSL_USB2_UDC | 494 | select IMX_HAVE_PLATFORM_FSL_USB2_UDC |
495 | select IMX_HAVE_PLATFORM_IMX2_WDT | ||
495 | select IMX_HAVE_PLATFORM_IMX_I2C | 496 | select IMX_HAVE_PLATFORM_IMX_I2C |
496 | select IMX_HAVE_PLATFORM_IMX_UART | 497 | select IMX_HAVE_PLATFORM_IMX_UART |
497 | select IMX_HAVE_PLATFORM_IPU_CORE | 498 | select IMX_HAVE_PLATFORM_IPU_CORE |
diff --git a/arch/arm/mach-imx/mach-mx31moboard.c b/arch/arm/mach-imx/mach-mx31moboard.c index ed0710b90d8a..c0511fb1a5f9 100644 --- a/arch/arm/mach-imx/mach-mx31moboard.c +++ b/arch/arm/mach-imx/mach-mx31moboard.c | |||
@@ -530,6 +530,8 @@ static void __init mx31moboard_init(void) | |||
530 | platform_add_devices(devices, ARRAY_SIZE(devices)); | 530 | platform_add_devices(devices, ARRAY_SIZE(devices)); |
531 | gpio_led_register_device(-1, &mx31moboard_led_pdata); | 531 | gpio_led_register_device(-1, &mx31moboard_led_pdata); |
532 | 532 | ||
533 | imx31_add_imx2_wdt(NULL); | ||
534 | |||
533 | imx31_add_imx_uart0(&uart0_pdata); | 535 | imx31_add_imx_uart0(&uart0_pdata); |
534 | imx31_add_imx_uart4(&uart4_pdata); | 536 | imx31_add_imx_uart4(&uart4_pdata); |
535 | 537 | ||