diff options
author | Konrad Dybcio <konrad.dybcio@somainline.org> | 2022-07-23 12:02:24 +0200 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2022-08-18 14:13:46 -0500 |
commit | fd40048901d20b81ab84fb151b16f82afca57d56 (patch) | |
tree | e64f5282fd8fdf7eb7f04595d65fe98c84cc81e7 /drivers/soc | |
parent | 90681f53b9381c23ff7762a3b13826d620c272de (diff) | |
download | linux-fd40048901d20b81ab84fb151b16f82afca57d56.tar.gz |
soc: qcom: socinfo: Add an ID for SM6375
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
Diffstat (limited to 'drivers/soc')
-rw-r--r-- | drivers/soc/qcom/socinfo.c | 1 |
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) |