Re: [PATCH] soc: qcom: socinfo: add SC7180 entry to soc_id array

From: Sai Prakash Ranjan
Date: Fri Aug 14 2020 - 01:13:13 EST


On 2020-08-13 20:33, Douglas Anderson wrote:
Add an entry for SC7180 SoC.

Signed-off-by: Douglas Anderson <dianders@xxxxxxxxxxxx>
---

drivers/soc/qcom/socinfo.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index e19102f46302..e56eea29615c 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -223,6 +223,7 @@ static const struct soc_id soc_id[] = {
{ 321, "SDM845" },
{ 341, "SDA845" },
{ 356, "SM8250" },
+ { 425, "SC7180" },
};

static const char *socinfo_machine(struct device *dev, unsigned int id)

From the chipinfo document that I have at hand, this is correct soc id for SC7180, so

Reviewed-by: Sai Prakash Ranjan <saiprakash.ranjan@xxxxxxxxxxxxxx>


Thanks,
Sai

--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation