diff options
-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 930c0d38043..8f67861405b 100644 --- a/arch/arm/mach-omap2/board-igep0020.c +++ b/arch/arm/mach-omap2/board-igep0020.c | |||
@@ -540,7 +540,10 @@ static void __init igep_i2c_init(void) | |||
540 | { | 540 | { |
541 | int ret; | 541 | int ret; |
542 | 542 | ||
543 | omap3_pmic_get_config(&igep_twldata, TWL_COMMON_PDATA_USB, 0); | 543 | omap3_pmic_get_config(&igep_twldata, TWL_COMMON_PDATA_USB, |
544 | TWL_COMMON_REGULATOR_VPLL2); | ||
545 | igep_twldata.vpll2->constraints.apply_uV = true; | ||
546 | igep_twldata.vpll2->constraints.name = "VDVI"; | ||
544 | 547 | ||
545 | if (machine_is_igep0020()) { | 548 | if (machine_is_igep0020()) { |
546 | /* | 549 | /* |
@@ -554,10 +557,7 @@ static void __init igep_i2c_init(void) | |||
554 | 557 | ||
555 | igep_twldata.keypad = &igep2_keypad_pdata; | 558 | igep_twldata.keypad = &igep2_keypad_pdata; |
556 | /* Get common pmic data */ | 559 | /* Get common pmic data */ |
557 | omap3_pmic_get_config(&igep_twldata, TWL_COMMON_PDATA_AUDIO, | 560 | omap3_pmic_get_config(&igep_twldata, TWL_COMMON_PDATA_AUDIO, 0); |
558 | TWL_COMMON_REGULATOR_VPLL2); | ||
559 | igep_twldata.vpll2->constraints.apply_uV = true; | ||
560 | igep_twldata.vpll2->constraints.name = "VDVI"; | ||
561 | } | 561 | } |
562 | 562 | ||
563 | omap3_pmic_init("twl4030", &igep_twldata); | 563 | omap3_pmic_init("twl4030", &igep_twldata); |