diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3stalker.c')
-rw-r--r-- | arch/arm/mach-omap2/board-omap3stalker.c | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/arch/arm/mach-omap2/board-omap3stalker.c b/arch/arm/mach-omap2/board-omap3stalker.c index 671ceb0c7a6f..a1d550f8ba91 100644 --- a/arch/arm/mach-omap2/board-omap3stalker.c +++ b/arch/arm/mach-omap2/board-omap3stalker.c | |||
@@ -455,15 +455,8 @@ static struct twl4030_platform_data omap3stalker_twldata = { | |||
455 | .codec = &omap3stalker_codec_data, | 455 | .codec = &omap3stalker_codec_data, |
456 | .vdac = &omap3_stalker_vdac, | 456 | .vdac = &omap3_stalker_vdac, |
457 | .vpll2 = &omap3_stalker_vpll2, | 457 | .vpll2 = &omap3_stalker_vpll2, |
458 | }; | 458 | .vmmc1 = &omap3stalker_vmmc1, |
459 | 459 | .vsim = &omap3stalker_vsim, | |
460 | static struct i2c_board_info __initdata omap3stalker_i2c_boardinfo[] = { | ||
461 | { | ||
462 | I2C_BOARD_INFO("twl4030", 0x48), | ||
463 | .flags = I2C_CLIENT_WAKE, | ||
464 | .irq = INT_34XX_SYS_NIRQ, | ||
465 | .platform_data = &omap3stalker_twldata, | ||
466 | }, | ||
467 | }; | 460 | }; |
468 | 461 | ||
469 | static struct at24_platform_data fram_info = { | 462 | static struct at24_platform_data fram_info = { |
@@ -482,15 +475,7 @@ static struct i2c_board_info __initdata omap3stalker_i2c_boardinfo3[] = { | |||
482 | 475 | ||
483 | static int __init omap3_stalker_i2c_init(void) | 476 | static int __init omap3_stalker_i2c_init(void) |
484 | { | 477 | { |
485 | /* | 478 | omap3_pmic_init("twl4030", &omap3stalker_twldata); |
486 | * REVISIT: These entries can be set in omap3evm_twl_data | ||
487 | * after a merge with MFD tree | ||
488 | */ | ||
489 | omap3stalker_twldata.vmmc1 = &omap3stalker_vmmc1; | ||
490 | omap3stalker_twldata.vsim = &omap3stalker_vsim; | ||
491 | |||
492 | omap_register_i2c_bus(1, 2600, omap3stalker_i2c_boardinfo, | ||
493 | ARRAY_SIZE(omap3stalker_i2c_boardinfo)); | ||
494 | omap_register_i2c_bus(2, 400, NULL, 0); | 479 | omap_register_i2c_bus(2, 400, NULL, 0); |
495 | omap_register_i2c_bus(3, 400, omap3stalker_i2c_boardinfo3, | 480 | omap_register_i2c_bus(3, 400, omap3stalker_i2c_boardinfo3, |
496 | ARRAY_SIZE(omap3stalker_i2c_boardinfo3)); | 481 | ARRAY_SIZE(omap3stalker_i2c_boardinfo3)); |