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

From: Douglas Anderson
Date: Mon Mar 21 2022 - 19:22:05 EST


Add an entry for SC7280 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 8b38d134720a..dbdbad5db3e5 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -330,6 +330,7 @@ static const struct soc_id soc_id[] = {
{ 459, "SM7225" },
{ 460, "SA8540P" },
{ 480, "SM8450" },
+ { 487, "SC7280" },
};

static const char *socinfo_machine(struct device *dev, unsigned int id)
--
2.35.1.894.gb6a874cedc-goog