aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Anderson <[email protected]>2020-08-13 08:03:52 -0700
committerBjorn Andersson <[email protected]>2020-09-10 16:53:48 +0000
commitcb8aed7b92f3cf74007a07c17bb08e6488661ae9 (patch)
treea30e7fcdc0713188b167daff6158b5a08d19c3f0
parent7303fbd2f07e529becfe6c22bd95978009f7bda3 (diff)
soc: qcom: socinfo: add SC7180 entry to soc_id array
Add an entry for SC7180 SoC. Reviewed-by: Sai Prakash Ranjan <[email protected]> Reviewed-by: Stephen Boyd <[email protected]> Signed-off-by: Douglas Anderson <[email protected]> Link: https://lore.kernel.org/r/20200813080345.1.I85bb28f9ea3fa3bf797ecaf0a5218ced4cfaa6e2@changeid 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 2b28667e1c66..1fbdea81e1f1 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -224,6 +224,7 @@ static const struct soc_id soc_id[] = {
{ 341, "SDA845" },
{ 356, "SM8250" },
{ 402, "IPQ6018" },
+ { 425, "SC7180" },
};
static const char *socinfo_machine(struct device *dev, unsigned int id)