From: Dmitry Baryshkov Date: Wed, 1 Dec 2021 07:27:45 +0000 (+0530) Subject: soc: qcom: socinfo: add SM8450 ID X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9e4cdb4ca7e1fc4cca021cd8fefc4488c6c63bfa;p=linux.git soc: qcom: socinfo: add SM8450 ID Add the ID for the Qualcomm SM8450 SoC. Signed-off-by: Dmitry Baryshkov Signed-off-by: Vinod Koul Signed-off-by: Bjorn Andersson Link: https://lore.kernel.org/r/20211201072745.3969077-8-vkoul@kernel.org --- diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index 9a0eb59405e83..113dc57b74c38 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -315,6 +315,7 @@ static const struct soc_id soc_id[] = { { 425, "SC7180" }, { 453, "IPQ6005" }, { 455, "QRB5165" }, + { 457, "SM8450" }, }; static const char *socinfo_machine(struct device *dev, unsigned int id)