diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2024-10-18 18:32:37 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-10-23 06:10:19 +0200 |
commit | 3fa0104ed2f11e7f4b26bcdd82f9a45b983813c3 (patch) | |
tree | 3150ada6f5b1cca512fbc7991afed0b944ef52f7 /drivers/soc | |
parent | dt-bindings: arm: qcom,ids: add SoC ID for SAR2130P and SAR1130P (diff) | |
download | linux-3fa0104ed2f11e7f4b26bcdd82f9a45b983813c3.tar.xz linux-3fa0104ed2f11e7f4b26bcdd82f9a45b983813c3.zip |
soc: qcom: socinfo: add SoC IDs for SAR1130P and SAR2130P
Add SoC IDs for Qualcomm SAR1130P and SAR2130P platforms.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20241018-sar2130p-socinfo-v1-2-b1e97ea963fe@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'drivers/soc')
-rw-r--r-- | drivers/soc/qcom/socinfo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c index aed430f10eec..37309c8a4591 100644 --- a/drivers/soc/qcom/socinfo.c +++ b/drivers/soc/qcom/socinfo.c @@ -422,6 +422,7 @@ static const struct soc_id soc_id[] = { { qcom_board_id(IPQ9510) }, { qcom_board_id(QRB4210) }, { qcom_board_id(QRB2210) }, + { qcom_board_id(SAR2130P) }, { qcom_board_id(SM8475) }, { qcom_board_id(SM8475P) }, { qcom_board_id(SA8775P) }, @@ -431,6 +432,7 @@ static const struct soc_id soc_id[] = { { qcom_board_id(X1E80100) }, { qcom_board_id(SM8650) }, { qcom_board_id(SM4450) }, + { qcom_board_id(SAR1130P) }, { qcom_board_id(QDU1010) }, { qcom_board_id(QRU1032) }, { qcom_board_id(QRU1052) }, |