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

From: Douglas Anderson
Date: Thu Aug 13 2020 - 11:04:15 EST


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)
--
2.28.0.236.gb10cc79966-goog