[PATCH 2/4] soc: qcom: socinfo: add QCS9100 ID

Tengfei Fan posted 4 patches 1 year, 6 months ago
[PATCH 2/4] soc: qcom: socinfo: add QCS9100 ID
Posted by Tengfei Fan 1 year, 6 months ago
Add the ID for the Qualcomm QCS9100 SoC.

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 d7359a235e3c..6de6afd518c5 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -441,6 +441,7 @@ static const struct soc_id soc_id[] = {
 	{ qcom_board_id(QCM8550) },
 	{ qcom_board_id(IPQ5300) },
 	{ qcom_board_id(IPQ5321) },
+	{ qcom_board_id(QCS9100) },
 };
 
 static const char *socinfo_machine(struct device *dev, unsigned int id)

-- 
2.25.1
Re: [PATCH 2/4] soc: qcom: socinfo: add QCS9100 ID
Posted by Krzysztof Kozlowski 1 year, 6 months ago
On 06/08/2024 06:19, Tengfei Fan wrote:
> Add the ID for the Qualcomm QCS9100 SoC.
> 
> Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com>
> ---

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

Best regards,
Krzysztof