[PATCH 2/4] soc: qcom: socinfo: add QCS9100 ID
From: Tengfei Fan
Date: Tue Aug 06 2024 - 00:21:16 EST
Add the ID for the Qualcomm QCS9100 SoC.
Signed-off-by: Tengfei Fan <quic_tengfan@xxxxxxxxxxx>
---
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