Re: [PATCH 3/5] power: supply: qcom_smbx: fix float voltage selector
Konrad Dybcio <[email protected]>
| Newsgroups | org.kernel.vger.linux-pm,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-kernel,org.kernel.vger.stable |
|---|---|
| Message-ID | <[email protected]> |
On 8/12/26 1:30 AM, Robin Snyders via B4 Relay wrote: > From: Robin Snyders <[email protected]> > > FLOAT_VOLTAGE_CFG encodes 3,487,500 uV as selector zero and advances in > 7,500 uV steps. The current calculation adds one to that selector, so it > programs the requested float voltage one step too high. > > Remove the extra offset and name the hardware encoding constants. > > Fixes: 8648aeb5d7b7 ("power: supply: add Qualcomm PMI8998 SMB2 Charger driver") > Cc: [email protected] > Signed-off-by: Robin Snyders <[email protected]> > --- Reviewed-by: Konrad Dybcio <[email protected]> Konrad