aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Baryshkov <[email protected]>2020-05-25 19:48:17 +0300
committerBjorn Andersson <[email protected]>2020-06-23 12:44:13 -0700
commit6f7b2249545ab4d079baa1b66b37ec3e63f5bb97 (patch)
tree45f16063fec5b11714f58136eaadf2e278b44236
parent50f85d16200eee194692f049f6f06b413e5a46ba (diff)
soc: qcom: socinfo: add SM8250 entry to soc_id array
Add an entry for SM8250 SoC. Reviewed-by: Bjorn Andersson <[email protected]> Signed-off-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r--drivers/soc/qcom/socinfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index 15ec11ee7550..e19102f46302 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -222,6 +222,7 @@ static const struct soc_id soc_id[] = {
{ 318, "SDM630" },
{ 321, "SDM845" },
{ 341, "SDA845" },
+ { 356, "SM8250" },
};
static const char *socinfo_machine(struct device *dev, unsigned int id)