Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303151
b: refs/heads/master
c: b2f44dc
h: refs/heads/master
i:
  303149: ee3a604
  303147: 1f5c746
  303143: 12b25ed
  303135: 359d48a
v: v3
  • Loading branch information
Laurent Pinchart authored and Tony Lindgren committed May 9, 2012
1 parent 497ad40 commit baf2693
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0d09a957cb92725ddde3f70dd1e4d12281e33a25
refs/heads/master: b2f44dc29bfab77b10f3a709f14677f51ce3a4cd
10 changes: 5 additions & 5 deletions trunk/arch/arm/mach-omap2/board-igep0020.c
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,10 @@ static void __init igep_i2c_init(void)
{
int ret;

omap3_pmic_get_config(&igep_twldata, TWL_COMMON_PDATA_USB, 0);
omap3_pmic_get_config(&igep_twldata, TWL_COMMON_PDATA_USB,
TWL_COMMON_REGULATOR_VPLL2);
igep_twldata.vpll2->constraints.apply_uV = true;
igep_twldata.vpll2->constraints.name = "VDVI";

if (machine_is_igep0020()) {
/*
Expand All @@ -554,10 +557,7 @@ static void __init igep_i2c_init(void)

igep_twldata.keypad = &igep2_keypad_pdata;
/* Get common pmic data */
omap3_pmic_get_config(&igep_twldata, TWL_COMMON_PDATA_AUDIO,
TWL_COMMON_REGULATOR_VPLL2);
igep_twldata.vpll2->constraints.apply_uV = true;
igep_twldata.vpll2->constraints.name = "VDVI";
omap3_pmic_get_config(&igep_twldata, TWL_COMMON_PDATA_AUDIO, 0);
}

omap3_pmic_init("twl4030", &igep_twldata);
Expand Down

0 comments on commit baf2693

Please sign in to comment.