Hi, On Tue, 5 Oct 2021 at 08:08, Bjorn Andersson <bjorn.andersson@xxxxxxxxxx> wrote: > > Add PM8150C and SMB2351 to the list of known PMIC models. > > Signed-off-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx> > --- > drivers/soc/qcom/socinfo.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c > index 47e9ed03882a..bd80db3181df 100644 > --- a/drivers/soc/qcom/socinfo.c > +++ b/drivers/soc/qcom/socinfo.c > @@ -102,6 +102,8 @@ static const char *const pmic_models[] = { > [32] = "PM8150B", > [33] = "PMK8002", > [36] = "PM8009", > + [38] = "PM8150C", > + [41] = "SMB2351", > }; > #endif /* CONFIG_DEBUG_FS */ LGTM, so: Reviewed-by: Bhupesh Sharma <bhupesh.sharma@xxxxxxxxxx> Regards