Re: [PATCH 1/5] power: supply: qcom_smbx: include base when petting watchdog
From: Konrad Dybcio
Date: Mon Aug 17 2026 - 11:09:34 EST
On 8/12/26 1:29 AM, Robin Snyders via B4 Relay wrote:
> From: Robin Snyders <robin@xxxxxxxxxxx>
>
> 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: stable@xxxxxxxxxxxxxxx
> Signed-off-by: Robin Snyders <robin@xxxxxxxxxxx>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Konrad