[PATCH v2 5/7] soc: qcom: socinfo: add SoC Info support for the QCS8550 platform

Tengfei Fan posted 7 patches 2 years ago
There is a newer version of this series
[PATCH v2 5/7] soc: qcom: socinfo: add SoC Info support for the QCS8550 platform
Posted by Tengfei Fan 2 years ago
Add SoC Info support for the QCS8550 platform.

Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com>
---
 drivers/soc/qcom/socinfo.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index 51e05bec5bfc..c8d216cce41f 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -426,6 +426,7 @@ static const struct soc_id soc_id[] = {
 	{ qcom_board_id(IPQ5322) },
 	{ qcom_board_id(IPQ5312) },
 	{ qcom_board_id(IPQ5302) },
+	{ qcom_board_id(QCS8550) },
 	{ qcom_board_id(IPQ5300) },
 };
 
-- 
2.17.1
Re: [PATCH v2 5/7] soc: qcom: socinfo: add SoC Info support for the QCS8550 platform
Posted by Krzysztof Kozlowski 2 years ago
On 07/12/2023 10:27, Tengfei Fan wrote:
> Add SoC Info support for the QCS8550 platform.
> 
> Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com>
> ---

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof