From: Dmitry Baryshkov Date: Mon, 28 Feb 2022 19:00:13 +0000 (+0300) Subject: soc: qcom: socinfo: Add another ID for SM8450 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=54c2e9256a5688a98225207734688b4b7c0f40c9;p=linux.git soc: qcom: socinfo: Add another ID for SM8450 Add another id for SM8450. Signed-off-by: Dmitry Baryshkov Signed-off-by: Bjorn Andersson Link: https://lore.kernel.org/r/20220228190013.1790617-1-dmitry.baryshkov@linaro.org --- diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index dbdbad5db3e5a..146ff934fdc8e 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -330,6 +330,7 @@ static const struct soc_id soc_id[] = { { 459, "SM7225" }, { 460, "SA8540P" }, { 480, "SM8450" }, + { 482, "SM8450" }, { 487, "SC7280" }, };