2023-07-23 19:27:03

by David Wronek

[permalink] [raw]
Subject: [PATCH v4 4/7] soc: qcom: socinfo: Add SoC ID for SM7125

Add the SoC ID entry for Qualcomm SM7125.

Signed-off-by: David Wronek <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
---
drivers/soc/qcom/socinfo.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index 4d49945b3a35..785b88e2da54 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -371,6 +371,7 @@ static const struct soc_id soc_id[] = {
{ qcom_board_id(SDA429W) },
{ qcom_board_id(SM8350) },
{ qcom_board_id(QCM2290) },
+ { qcom_board_id(SM7125) },
{ qcom_board_id(SM6115) },
{ qcom_board_id(IPQ5010) },
{ qcom_board_id(IPQ5018) },
--
2.41.0