diff mbox series

[7/7] soc: qcom: socinfo: add SM8450 ID

Message ID 20211201072745.3969077-8-vkoul@kernel.org (mailing list archive)
State Accepted
Commit 34f92297694823b2a9f4f9a1d9f4f4ee265494f9
Headers show
Series soc: qcom: Add support for SM8450 | expand

Commit Message

Vinod Koul Dec. 1, 2021, 7:27 a.m. UTC
From: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

Add the ID for the Qualcomm SM8450 SoC.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
 drivers/soc/qcom/socinfo.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index 9a0eb59405e8..113dc57b74c3 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)