|
@@ -243,7 +243,7 @@ static struct twl4030_platform_data zoom_twldata = {
|
|
|
|
|
|
static struct i2c_board_info __initdata zoom_i2c_boardinfo[] = {
|
|
|
{
|
|
|
- I2C_BOARD_INFO("twl4030", 0x48),
|
|
|
+ I2C_BOARD_INFO("twl5030", 0x48),
|
|
|
.flags = I2C_CLIENT_WAKE,
|
|
|
.irq = INT_34XX_SYS_NIRQ,
|
|
|
.platform_data = &zoom_twldata,
|
|
@@ -252,7 +252,7 @@ static struct i2c_board_info __initdata zoom_i2c_boardinfo[] = {
|
|
|
|
|
|
static int __init omap_i2c_init(void)
|
|
|
{
|
|
|
- omap_register_i2c_bus(1, 2600, zoom_i2c_boardinfo,
|
|
|
+ omap_register_i2c_bus(1, 2400, zoom_i2c_boardinfo,
|
|
|
ARRAY_SIZE(zoom_i2c_boardinfo));
|
|
|
omap_register_i2c_bus(2, 400, NULL, 0);
|
|
|
omap_register_i2c_bus(3, 400, NULL, 0);
|