projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7303fbd
)
soc: qcom: socinfo: add SC7180 entry to soc_id array
author
Douglas Anderson
<dianders@chromium.org>
Thu, 13 Aug 2020 15:03:52 +0000
(08:03 -0700)
committer
Bjorn Andersson
<bjorn.andersson@linaro.org>
Thu, 10 Sep 2020 16:53:48 +0000
(16:53 +0000)
Add an entry for SC7180 SoC.
Reviewed-by: Sai Prakash Ranjan <saiprakash.ranjan@codeaurora.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link:
https://lore.kernel.org/r/20200813080345.1.I85bb28f9ea3fa3bf797ecaf0a5218ced4cfaa6e2@changeid
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/soc/qcom/socinfo.c
patch
|
blob
|
history
diff --git
a/drivers/soc/qcom/socinfo.c
b/drivers/soc/qcom/socinfo.c
index
2b28667
..
1fbdea8
100644
(file)
--- 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)