soc: qcom: socinfo: Add Soc ID for IPQ5312 and IPQ5302
authorKathiravan T <quic_kathirav@quicinc.com>
Tue, 9 May 2023 03:35:31 +0000 (09:05 +0530)
committerBjorn Andersson <andersson@kernel.org>
Thu, 25 May 2023 03:09:11 +0000 (20:09 -0700)
Add the SoC ID for IPQ5312 and IPQ5302, which belong to the family of
IPQ5332 SoC.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230509033531.21468-3-quic_kathirav@quicinc.com
drivers/soc/qcom/socinfo.c

index c61a93b..0decf0a 100644 (file)
@@ -474,6 +474,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)