Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172461
b: refs/heads/master
c: 4dd7129
h: refs/heads/master
i:
  172459: 7617265
v: v3
  • Loading branch information
Valentin Longchamp authored and Sascha Hauer committed Nov 14, 2009
1 parent 6785625 commit d07ebe9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 65da9791cba6f873c996099e19b29035203a1318
refs/heads/master: 4dd7129345be71cb20da99a75ded01ea50615f66
7 changes: 7 additions & 0 deletions trunk/arch/arm/mach-mx3/mx31moboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#include <mach/hardware.h>
#include <mach/imx-uart.h>
#include <mach/iomux-mx3.h>
#include <mach/ipu.h>
#include <mach/i2c.h>
#include <mach/mmc.h>
#include <mach/mx3_camera.h>
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit d07ebe9

Please sign in to comment.