Message ID | 20241018-sar2130p-socinfo-v1-2-b1e97ea963fe@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 3fa0104ed2f11e7f4b26bcdd82f9a45b983813c3 |
Headers | show |
Series | soc: qcom: socinfo: add SoC IDs for SAR1130P and SAR2130P | expand |
On Fri, Oct 18, 2024 at 07:32:37PM +0300, Dmitry Baryshkov wrote: > Add SoC IDs for Qualcomm SAR1130P and SAR2130P platforms. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > --- > drivers/soc/qcom/socinfo.c | 2 ++ > 1 file changed, 2 insertions(+) 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 3c14df7a382cfc67d43c8f096ecf7416de129e4f..396511a13deda80701c95ed43770bfc1273673fc 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) },
Add SoC IDs for Qualcomm SAR1130P and SAR2130P platforms. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- drivers/soc/qcom/socinfo.c | 2 ++ 1 file changed, 2 insertions(+)