From: Konrad Dybcio Date: Sat, 23 Jul 2022 10:02:24 +0000 (+0200) Subject: soc: qcom: socinfo: Add an ID for SM6375 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fd40048901d20b81ab84fb151b16f82afca57d56;p=linux.git soc: qcom: socinfo: Add an ID for SM6375 Add an ID for SM6375, also known as BLAIR. Signed-off-by: Konrad Dybcio Signed-off-by: Bjorn Andersson Link: https://lore.kernel.org/r/20220723100225.92053-1-konrad.dybcio@somainline.org --- diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index 4554fb8655d34..fdaa56d3b79a3 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)