Message ID | 20220723100225.92053-1-konrad.dybcio@somainline.org (mailing list archive) |
---|---|
State | Accepted |
Commit | fd40048901d20b81ab84fb151b16f82afca57d56 |
Headers | show |
Series | [1/2] soc: qcom: socinfo: Add an ID for SM6375 | expand |
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)
Add an ID for SM6375, also known as BLAIR. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> --- drivers/soc/qcom/socinfo.c | 1 + 1 file changed, 1 insertion(+)