projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d12289
)
soc: qcom: socinfo: add SM8450 ID
author
Dmitry Baryshkov
<dmitry.baryshkov@linaro.org>
Wed, 1 Dec 2021 07:27:45 +0000
(12:57 +0530)
committer
Bjorn Andersson
<bjorn.andersson@linaro.org>
Tue, 21 Dec 2021 01:10:10 +0000
(19:10 -0600)
Add the ID for the Qualcomm SM8450 SoC.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link:
https://lore.kernel.org/r/20211201072745.3969077-8-vkoul@kernel.org
drivers/soc/qcom/socinfo.c
patch
|
blob
|
history
diff --git
a/drivers/soc/qcom/socinfo.c
b/drivers/soc/qcom/socinfo.c
index 9a0eb59405e83e731cd741f068e24761f6ce2252..113dc57b74c38070d4333ba4ff4e2a5c0974220e 100644
(file)
--- a/
drivers/soc/qcom/socinfo.c
+++ b/
drivers/soc/qcom/socinfo.c
@@
-315,6
+315,7
@@
static const struct soc_id soc_id[] = {
{ 425, "SC7180" },
{ 453, "IPQ6005" },
{ 455, "QRB5165" },
+ { 457, "SM8450" },
};
static const char *socinfo_machine(struct device *dev, unsigned int id)