diff options
| author | Wasim Nazir <quic_wasimn@quicinc.com> | 2024-12-29 20:53:28 +0530 |
|---|---|---|
| committer | Bjorn Andersson <andersson@kernel.org> | 2025-01-06 17:59:34 -0600 |
| commit | 7b115b623545650407e3f262ee9cdd8a778a9fdf (patch) | |
| tree | c985efc1da91f2dc7ca3db6c22af8a4f55e24cc3 | |
| parent | cee3947b1aed42f71f99ce4e5d1410ee8670621a (diff) | |
soc: qcom: socinfo: add QCS9075 SoC ID
Update soc_id table for the Qualcomm QCS9075 SoC
to represent qcs9075 machine.
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Wasim Nazir <quic_wasimn@quicinc.com>
Link: https://lore.kernel.org/r/20241229152332.3068172-3-quic_wasimn@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
| -rw-r--r-- | drivers/soc/qcom/socinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index d49c55979bb3..18d7f1be9093 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -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) }, }; |
