aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParikshit Pareek <[email protected]>2022-07-11 14:09:57 +0530
committerBjorn Andersson <[email protected]>2022-07-16 10:09:08 -0500
commit5bed21af0005cc7d8bb05d2c4a63afbcede23382 (patch)
treea53bfa38b4db36dc20632684ead71add8a98d720
parenta6232f2aa99ce470799992e99e0012945bb5308f (diff)
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: 76ee15ae1b13 ("soc: qcom: socinfo: Add some more PMICs and SoCs") Signed-off-by: Parikshit Pareek <[email protected]> Reviewed-by: Eric Chanudet <[email protected]> Tested-by: Eric Chanudet <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-rw-r--r--drivers/soc/qcom/socinfo.c3
1 files changed, 2 insertions, 1 deletions
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" },