Commit 759dcdf2 authored by Melody Olvera's avatar Melody Olvera Committed by Bjorn Andersson
Browse files

soc: qcom: socinfo: Add QDU1000/QRU1000 SoC IDs to the soc_id table



Add SoC ID table entries for the QDU1000 and QRU1000 platforms and
their variants.

Signed-off-by: default avatarMelody Olvera <quic_molvera@quicinc.com>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221026190549.4005703-6-quic_molvera@quicinc.com
parent 3b1611f2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -343,6 +343,12 @@ static const struct soc_id soc_id[] = {
	{ qcom_board_id(SC7280) },
	{ qcom_board_id(SC7180P) },
	{ qcom_board_id(SM6375) },
	{ qcom_board_id(QRU1000) },
	{ qcom_board_id(QDU1000) },
	{ qcom_board_id(QDU1010) },
	{ qcom_board_id(QRU1032) },
	{ qcom_board_id(QRU1052) },
	{ qcom_board_id(QRU1062) },
};

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