[PATCH V2 2/2] soc: qcom: socinfo: Add Soc ID for IPQ5312 and IPQ5302

From: Kathiravan T
Date: Mon May 08 2023 - 23:36:09 EST


Add the SoC ID for IPQ5312 and IPQ5302, which belong to the family of
IPQ5332 SoC.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
Signed-off-by: Kathiravan T <quic_kathirav@xxxxxxxxxxx>
---
Changes in V2:
- s/are belongs/belong/ in commit message
- Pick up R-b tag

drivers/soc/qcom/socinfo.c | 2 ++
1 file changed, 2 insertions(+)

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index c2e4a57dd666..608c4f57c6c7 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -466,6 +466,8 @@ static const struct soc_id soc_id[] = {
{ qcom_board_id(QRU1062) },
{ qcom_board_id(IPQ5332) },
{ qcom_board_id(IPQ5322) },
+ { qcom_board_id(IPQ5312) },
+ { qcom_board_id(IPQ5302) },
};

static const char *socinfo_machine(struct device *dev, unsigned int id)
--
2.17.1