Commit 7b115b62 authored by Wasim Nazir's avatar Wasim Nazir Committed by Bjorn Andersson
Browse files

soc: qcom: socinfo: add QCS9075 SoC ID



Update soc_id table for the Qualcomm QCS9075 SoC
to represent qcs9075 machine.

Reviewed-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: default avatarWasim Nazir <quic_wasimn@quicinc.com>
Link: https://lore.kernel.org/r/20241229152332.3068172-3-quic_wasimn@quicinc.com


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent cee3947b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -451,6 +451,7 @@ static const struct soc_id soc_id[] = {
	{ qcom_board_id(QCS9100) },
	{ qcom_board_id(QCS8300) },
	{ qcom_board_id(QCS8275) },
	{ qcom_board_id(QCS9075) },
	{ qcom_board_id(QCS615) },
};