diff mbox

USB on omap2430

Message ID 20100329204159.GC31402@nokia.com (mailing list archive)
State Superseded, archived
Delegated to: Felipe Balbi
Headers show

Commit Message

Felipe Balbi March 29, 2010, 8:41 p.m. UTC
None
diff mbox

Patch

diff --git a/arch/arm/mach-omap2/board-2430sdp.c b/arch/arm/mach-omap2/board-2430sdp.c
index 01d113f..910234d 100644
--- a/arch/arm/mach-omap2/board-2430sdp.c
+++ b/arch/arm/mach-omap2/board-2430sdp.c
@@ -172,6 +172,11 @@  static struct i2c_board_info __initdata sdp2430_i2c_boardinfo[] = {
  		.irq = INT_24XX_SYS_NIRQ,
  		.platform_data = &sdp2430_twldata,
  	},
+	{
+		I2C_BOARD_INFO("isp1301-omap", 0x2d),
+		.flags = I2C_CLIENT_WAKE,
+		.irq = /* irq line here */,
+	},
  };
  
  static int __init omap2430_i2c_init(void)