From d07ebe95427a280c18e58d8440da2acccee16362 Mon Sep 17 00:00:00 2001 From: Valentin Longchamp Date: Tue, 3 Nov 2009 18:09:50 +0100 Subject: [PATCH] --- yaml --- r: 172461 b: refs/heads/master c: 4dd7129345be71cb20da99a75ded01ea50615f66 h: refs/heads/master i: 172459: 7617265e42084410cc3b486b7f2ebf4a94b90bce v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-mx3/mx31moboard.c | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 5bce46cfe886..f048e6eac766 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 65da9791cba6f873c996099e19b29035203a1318 +refs/heads/master: 4dd7129345be71cb20da99a75ded01ea50615f66 diff --git a/trunk/arch/arm/mach-mx3/mx31moboard.c b/trunk/arch/arm/mach-mx3/mx31moboard.c index f3ab51bcad49..2f95dcd805cc 100644 --- a/trunk/arch/arm/mach-mx3/mx31moboard.c +++ b/trunk/arch/arm/mach-mx3/mx31moboard.c @@ -40,6 +40,7 @@ #include #include #include +#include #include #include #include @@ -393,6 +394,10 @@ static void mx31moboard_init_sel_gpios(void) } } +static struct ipu_platform_data mx3_ipu_data = { + .irq_base = MXC_IPU_IRQ_START, +}; + static struct platform_device *devices[] __initdata = { &mx31moboard_flash, &mx31moboard_leds_device, @@ -430,6 +435,8 @@ static void __init mxc_board_init(void) mxc_register_device(&mxcsdhc_device0, &sdhc1_pdata); + mxc_register_device(&mx3_ipu, &mx3_ipu_data); + usb_xcvr_reset(); moboard_usbotg_init();