Commit 5bed21af authored by Parikshit Pareek's avatar Parikshit Pareek Committed by Bjorn Andersson

soc: qcom: socinfo: Fix the id of SA8540P SoC

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: 76ee15ae ("soc: qcom: socinfo: Add some more PMICs and SoCs")
Signed-off-by: default avatarParikshit Pareek <quic_ppareek@quicinc.com>
Reviewed-by: default avatarEric Chanudet <echanude@redhat.com>
Tested-by: default avatarEric Chanudet <echanude@redhat.com>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220711083957.12091-1-quic_ppareek@quicinc.com
parent a6232f2a
......@@ -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" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment