Message ID | 20240828-add_initial_support_for_qcs615-v1-4-5599869ea10f@quicinc.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 8921bf54bfab240ea551b605c5c16c58f8777e97 |
Headers | show |
Series | Add initial support for QCS615 | expand |
On Wed, Aug 28, 2024 at 10:02:14AM +0800, Lijuan Gao wrote: > Add SoC Info support for the QCS615 platform. > > Signed-off-by: Lijuan Gao <quic_lijuang@quicinc.com> > --- > drivers/soc/qcom/socinfo.c | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index 24c3971f2ef1..aed430f10eec 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -445,6 +445,7 @@ static const struct soc_id soc_id[] = { { qcom_board_id(IPQ5321) }, { qcom_board_id(QCS8300) }, { qcom_board_id(QCS8275) }, + { qcom_board_id(QCS615) }, }; static const char *socinfo_machine(struct device *dev, unsigned int id)
Add SoC Info support for the QCS615 platform. Signed-off-by: Lijuan Gao <quic_lijuang@quicinc.com> --- drivers/soc/qcom/socinfo.c | 1 + 1 file changed, 1 insertion(+)