2023-05-31 14:55:38

by Kathiravan Thirumoorthy

[permalink] [raw]
Subject: [PATCH 2/4] soc: qcom: socinfo: Add Soc ID for IPQ5300

Add the SoC ID for IPQ5300, which belong to the family of IPQ5332 SoC.

Signed-off-by: Kathiravan T <[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 dfd4330daef5..c60c9ab321fe 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -411,6 +411,7 @@ static const struct soc_id soc_id[] = {
{ qcom_board_id(IPQ5322) },
{ qcom_board_id(IPQ5312) },
{ qcom_board_id(IPQ5302) },
+ { qcom_board_id(IPQ5300) },
};

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



2023-05-31 18:57:02

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 2/4] soc: qcom: socinfo: Add Soc ID for IPQ5300

On 31/05/2023 15:50, Kathiravan T wrote:
> Add the SoC ID for IPQ5300, which belong to the family of IPQ5332 SoC.
>
> Signed-off-by: Kathiravan T <[email protected]>
> ---

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

Best regards,
Krzysztof