On Mon 11 Jul 03:39 CDT 2022, Parikshit Pareek wrote: > Change the id of SA8540P to its correct value, i.e., 461. > Also, map the id 460 to its correct values, i.e. SA8295P. > > Fixes: 76ee15ae1b13 ("soc: qcom: socinfo: Add some more PMICs and SoCs") > Signed-off-by: Parikshit Pareek <quic_ppareek@xxxxxxxxxxx> > Reviewed-by: Eric Chanudet <echanude@xxxxxxxxxx> > Tested-by: Eric Chanudet <echanude@xxxxxxxxxx> Thanks for the fix and welcome to the upstream kernel! I added "socinfo:" to the subject prefix and applied the change. Regards, Bjorn > --- > drivers/soc/qcom/socinfo.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c > index c2c879ccc6c0..4554fb8655d3 100644 > --- a/drivers/soc/qcom/socinfo.c > +++ b/drivers/soc/qcom/socinfo.c > @@ -328,7 +328,8 @@ static const struct soc_id soc_id[] = { > { 455, "QRB5165" }, > { 457, "SM8450" }, > { 459, "SM7225" }, > - { 460, "SA8540P" }, > + { 460, "SA8295P" }, > + { 461, "SA8540P" }, > { 480, "SM8450" }, > { 482, "SM8450" }, > { 487, "SC7280" }, > -- > 2.17.1 >