projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90681f5
)
soc: qcom: socinfo: Add an ID for SM6375
author
Konrad Dybcio
<konrad.dybcio@somainline.org>
Sat, 23 Jul 2022 10:02:24 +0000
(12:02 +0200)
committer
Bjorn Andersson
<bjorn.andersson@linaro.org>
Thu, 18 Aug 2022 19:13:46 +0000
(14:13 -0500)
Add an ID for SM6375, also known as BLAIR.
Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link:
https://lore.kernel.org/r/20220723100225.92053-1-konrad.dybcio@somainline.org
drivers/soc/qcom/socinfo.c
patch
|
blob
|
history
diff --git
a/drivers/soc/qcom/socinfo.c
b/drivers/soc/qcom/socinfo.c
index 4554fb8655d34e393d3c60d25f8200f696dec81f..fdaa56d3b79a3f0eec1abf2977ab5c58a5ad2f49 100644
(file)
--- a/
drivers/soc/qcom/socinfo.c
+++ b/
drivers/soc/qcom/socinfo.c
@@
-334,6
+334,7
@@
static const struct soc_id soc_id[] = {
{ 482, "SM8450" },
{ 487, "SC7280" },
{ 495, "SC7180P" },
+ { 507, "SM6375" },
};
static const char *socinfo_machine(struct device *dev, unsigned int id)