Merge "power: smb2: Update the charger buck frequencies for PM660"
This commit is contained in:
commit
f01c603a50
1 changed files with 2 additions and 2 deletions
|
@ -1822,8 +1822,8 @@ static int smb2_chg_config_init(struct smb2 *chip)
|
|||
chip->chg.wa_flags |= BOOST_BACK_WA | OTG_WA;
|
||||
chg->param.freq_buck = pm660_params.freq_buck;
|
||||
chg->param.freq_boost = pm660_params.freq_boost;
|
||||
chg->chg_freq.freq_5V = 600;
|
||||
chg->chg_freq.freq_6V_8V = 800;
|
||||
chg->chg_freq.freq_5V = 650;
|
||||
chg->chg_freq.freq_6V_8V = 850;
|
||||
chg->chg_freq.freq_9V = 1050;
|
||||
chg->chg_freq.freq_12V = 1200;
|
||||
chg->chg_freq.freq_removal = 1050;
|
||||
|
|
Loading…
Add table
Reference in a new issue