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
This commit is contained in:
Konrad Dybcio 2022-07-23 12:02:24 +02:00 committed by Bjorn Andersson
parent 90681f53b9
commit fd40048901
1 changed files with 1 additions and 0 deletions

View File

@ -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)