|
@@ -350,6 +350,10 @@ static void __init h2_init_smc91x(void)
|
|
|
|
|
|
static struct i2c_board_info __initdata h2_i2c_board_info[] = {
|
|
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),
|
|
I2C_BOARD_INFO("isp1301_omap", 0x2d),
|
|
.type = "isp1301_omap",
|
|
.type = "isp1301_omap",
|
|
.irq = OMAP_GPIO_IRQ(2),
|
|
.irq = OMAP_GPIO_IRQ(2),
|