From 8b40b41a29bbffb2f0d838077b6ac38b09a05ac8 Mon Sep 17 00:00:00 2001 From: David Brownell Date: Thu, 28 Feb 2008 14:40:53 -0800 Subject: [PATCH] --- yaml --- r: 87289 b: refs/heads/master c: 9221bb1c3a0d5e14df2cca43e22f983676795652 h: refs/heads/master i: 87287: 8cb100aca307f724d49ee832442b52a9ef987fcc v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-omap1/board-h2.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 399f4852fafa..80f1e9861824 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 09be7553959c9947f7cbccbe1c3094bb2e3ffd28 +refs/heads/master: 9221bb1c3a0d5e14df2cca43e22f983676795652 diff --git a/trunk/arch/arm/mach-omap1/board-h2.c b/trunk/arch/arm/mach-omap1/board-h2.c index 070345ee39a5..507987720015 100644 --- a/trunk/arch/arm/mach-omap1/board-h2.c +++ b/trunk/arch/arm/mach-omap1/board-h2.c @@ -350,6 +350,10 @@ static void __init h2_init_smc91x(void) static struct i2c_board_info __initdata h2_i2c_board_info[] = { { + I2C_BOARD_INFO("tps65010", 0x48), + .type = "tps65010", + .irq = OMAP_GPIO_IRQ(58), + }, { I2C_BOARD_INFO("isp1301_omap", 0x2d), .type = "isp1301_omap", .irq = OMAP_GPIO_IRQ(2),