diff mbox series

[2/3] soc: qcom: socinfo: Add SoC ID for IPQ5321

Message ID 20240228-ipq5321-sku-support-v1-2-14e4d4715f4b@quicinc.com (mailing list archive)
State New
Delegated to: viresh kumar
Headers show
Series Add support for the IPQ5321 SoC | expand

Commit Message

Kathiravan Thirumoorthy Feb. 28, 2024, 2:51 p.m. UTC
Add the SoC ID for IPQ5321, which belong to the family of IPQ5332 SoC.

Signed-off-by: Kathiravan Thirumoorthy <quic_kathirav@quicinc.com>
---
 drivers/soc/qcom/socinfo.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Krzysztof Kozlowski Feb. 29, 2024, 2:45 p.m. UTC | #1
On 28/02/2024 15:51, Kathiravan Thirumoorthy wrote:
> Add the SoC ID for IPQ5321, which belong to the family of IPQ5332 SoC.
> 
> Signed-off-by: Kathiravan Thirumoorthy <quic_kathirav@quicinc.com>


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index e8ff9819ac47..c6063fd293d0 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -443,6 +443,7 @@  static const struct soc_id soc_id[] = {
 	{ qcom_board_id(QCS8550) },
 	{ qcom_board_id(QCM8550) },
 	{ qcom_board_id(IPQ5300) },
+	{ qcom_board_id(IPQ5321) },
 };
 
 static const char *socinfo_machine(struct device *dev, unsigned int id)