aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2012-03-02 09:48:53 -0500
committerArnd Bergmann <arnd@arndb.de>2012-03-02 09:48:53 -0500
commit721d6d1ecc281541a7d89989779e02af09f13c13 (patch)
tree85d0e22c19359df5fe1a50c74c9be1f9f46d4007 /arch/arm/mach-imx
parent622e695886cfede6aea0ee8ba74e1b8a4c8c01e0 (diff)
parent31776fbc66fef50cad30dc65404145d254646172 (diff)
Merge branch 'features/imx31-moboard' of git://git.pengutronix.de/git/imx/linux-2.6 into next/boards
* 'features/imx31-moboard' of git://git.pengutronix.de/git/imx/linux-2.6: mx31moboard: Add watchdog support mx31moboard: update maintainer
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r--arch/arm/mach-imx/Kconfig1
-rw-r--r--arch/arm/mach-imx/mach-mx31moboard.c4
2 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
index a3125ac21425..96b1f62c3929 100644
--- a/arch/arm/mach-imx/Kconfig
+++ b/arch/arm/mach-imx/Kconfig
@@ -494,6 +494,7 @@ config MACH_MX31MOBOARD
494 bool "Support mx31moboard platforms (EPFL Mobots group)" 494 bool "Support mx31moboard platforms (EPFL Mobots group)"
495 select SOC_IMX31 495 select SOC_IMX31
496 select IMX_HAVE_PLATFORM_FSL_USB2_UDC 496 select IMX_HAVE_PLATFORM_FSL_USB2_UDC
497 select IMX_HAVE_PLATFORM_IMX2_WDT
497 select IMX_HAVE_PLATFORM_IMX_I2C 498 select IMX_HAVE_PLATFORM_IMX_I2C
498 select IMX_HAVE_PLATFORM_IMX_UART 499 select IMX_HAVE_PLATFORM_IMX_UART
499 select IMX_HAVE_PLATFORM_IPU_CORE 500 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 f225262b5c38..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
@@ -590,7 +592,7 @@ static void __init mx31moboard_reserve(void)
590} 592}
591 593
592MACHINE_START(MX31MOBOARD, "EPFL Mobots mx31moboard") 594MACHINE_START(MX31MOBOARD, "EPFL Mobots mx31moboard")
593 /* Maintainer: Valentin Longchamp, EPFL Mobots group */ 595 /* Maintainer: Philippe Retornaz, EPFL Mobots group */
594 .atag_offset = 0x100, 596 .atag_offset = 0x100,
595 .reserve = mx31moboard_reserve, 597 .reserve = mx31moboard_reserve,
596 .map_io = mx31_map_io, 598 .map_io = mx31_map_io,