2023-05-08 15:33:42

by Kathiravan Thirumoorthy

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

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

Signed-off-by: Kathiravan T <[email protected]>
---
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


2023-05-08 16:44:34

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 2/2] soc: qcom: socinfo: Add Soc ID for IPQ5312 and IPQ5302

On 08/05/2023 17:25, Kathiravan T wrote:
> Add the SoC ID for IPQ5312 and IPQ5302, which are belongs to the family
> of IPQ5332 SoC.
>

s/are belongs/belong/

Reviewed-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof