Re: [PATCH 1/5] power: supply: qcom_smbx: include base when petting watchdog
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:29 AM, Robin Snyders via B4 Relay wrote: > From: Robin Snyders <[email protected]> > > BARK_BITE_WDOG_PET is an offset from the charger peripheral base, but > the watchdog bark handler writes it as an absolute SPMI address. This can > write another PMIC peripheral and leave the charger watchdog unserviced. > > Add the charger base, as all other qcom_smbx register accesses do. > > 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