Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9704c665 authored by Anirudh Ghayal's avatar Anirudh Ghayal Committed by Gerrit - the friendly Code Review server
Browse files

power: smb2: Update the charger buck frequencies for PM660



Update the charger buck frequencies for 5V and 6V_8V
VBUS voltages as per design recommendation.

Change-Id: I3c4007cff1f3d7dcb5d5e64d93c887441dc6ea5a
Signed-off-by: default avatarAnirudh Ghayal <aghayal@codeaurora.org>
parent f1ead4e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;