diff options
Diffstat (limited to 'arch/arm/mach-omap2/board-igep0020.c')
-rw-r--r-- | arch/arm/mach-omap2/board-igep0020.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/board-igep0020.c b/arch/arm/mach-omap2/board-igep0020.c index accbbb173198..4c1acecce93f 100644 --- a/arch/arm/mach-omap2/board-igep0020.c +++ b/arch/arm/mach-omap2/board-igep0020.c | |||
@@ -519,7 +519,10 @@ static void __init igep_i2c_init(void) | |||
519 | { | 519 | { |
520 | int ret; | 520 | int ret; |
521 | 521 | ||
522 | omap3_pmic_get_config(&igep_twldata, TWL_COMMON_PDATA_USB, 0); | 522 | omap3_pmic_get_config(&igep_twldata, TWL_COMMON_PDATA_USB, |
523 | TWL_COMMON_REGULATOR_VPLL2); | ||
524 | igep_twldata.vpll2->constraints.apply_uV = true; | ||
525 | igep_twldata.vpll2->constraints.name = "VDVI"; | ||
523 | 526 | ||
524 | if (machine_is_igep0020()) { | 527 | if (machine_is_igep0020()) { |
525 | /* | 528 | /* |
@@ -533,10 +536,7 @@ static void __init igep_i2c_init(void) | |||
533 | 536 | ||
534 | igep_twldata.keypad = &igep2_keypad_pdata; | 537 | igep_twldata.keypad = &igep2_keypad_pdata; |
535 | /* Get common pmic data */ | 538 | /* Get common pmic data */ |
536 | omap3_pmic_get_config(&igep_twldata, TWL_COMMON_PDATA_AUDIO, | 539 | omap3_pmic_get_config(&igep_twldata, TWL_COMMON_PDATA_AUDIO, 0); |
537 | TWL_COMMON_REGULATOR_VPLL2); | ||
538 | igep_twldata.vpll2->constraints.apply_uV = true; | ||
539 | igep_twldata.vpll2->constraints.name = "VDVI"; | ||
540 | } | 540 | } |
541 | 541 | ||
542 | omap3_pmic_init("twl4030", &igep_twldata); | 542 | omap3_pmic_init("twl4030", &igep_twldata); |