aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonrad Dybcio <[email protected]>2022-07-23 12:02:24 +0200
committerBjorn Andersson <[email protected]>2022-08-18 14:13:46 -0500
commitfd40048901d20b81ab84fb151b16f82afca57d56 (patch)
treee64f5282fd8fdf7eb7f04595d65fe98c84cc81e7
parent90681f53b9381c23ff7762a3b13826d620c272de (diff)
soc: qcom: socinfo: Add an ID for SM6375
Add an ID for SM6375, also known as BLAIR. Signed-off-by: Konrad Dybcio <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[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 4554fb8655d3..fdaa56d3b79a 100644
--- 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)