Commit 7f6e0028 authored by Kathiravan T's avatar Kathiravan T Committed by Bjorn Andersson
Browse files

soc: qcom: socinfo: Add Soc ID for IPQ5312 and IPQ5302



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

Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarKathiravan T <quic_kathirav@quicinc.com>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230509033531.21468-3-quic_kathirav@quicinc.com
parent fe78d73a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)