soc: qcom: socinfo: add SM8250 entry to soc_id array

Add an entry for SM8250 SoC.

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20200525164817.2938638-4-dmitry.baryshkov@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
Dmitry Baryshkov 2020-05-25 19:48:17 +03:00 committed by Bjorn Andersson
parent 50f85d1620
commit 6f7b224954

View File

@ -222,6 +222,7 @@ static const struct soc_id soc_id[] = {
{ 318, "SDM630" },
{ 321, "SDM845" },
{ 341, "SDA845" },
{ 356, "SM8250" },
};
static const char *socinfo_machine(struct device *dev, unsigned int id)