* [PATCH 0/2] soc: qcom: socinfo: add SoC IDs for SAR1130P and SAR2130P
@ 2024-10-18 16:32 Dmitry Baryshkov
2024-10-18 16:32 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: add SoC ID for SAR2130P and SAR1130P Dmitry Baryshkov
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Dmitry Baryshkov @ 2024-10-18 16:32 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley
Cc: linux-arm-msm, devicetree, linux-kernel, Dmitry Baryshkov
Add add SoC IDs for Qualcomm SAR1130P and SAR2130P platforms.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
Dmitry Baryshkov (2):
dt-bindings: arm: qcom,ids: add SoC ID for SAR2130P and SAR1130P
soc: qcom: socinfo: add SoC IDs for SAR1130P and SAR2130P
drivers/soc/qcom/socinfo.c | 2 ++
include/dt-bindings/arm/qcom,ids.h | 2 ++
2 files changed, 4 insertions(+)
---
base-commit: 7df1e7189cecb6965ce672e820a5ec6cf499b65b
change-id: 20241018-sar2130p-socinfo-5850a90f9c63
Best regards,
--
Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/2] dt-bindings: arm: qcom,ids: add SoC ID for SAR2130P and SAR1130P
2024-10-18 16:32 [PATCH 0/2] soc: qcom: socinfo: add SoC IDs for SAR1130P and SAR2130P Dmitry Baryshkov
@ 2024-10-18 16:32 ` Dmitry Baryshkov
2024-10-21 8:00 ` Krzysztof Kozlowski
2024-10-18 16:32 ` [PATCH 2/2] soc: qcom: socinfo: add SoC IDs for SAR1130P and SAR2130P Dmitry Baryshkov
2024-10-23 4:15 ` [PATCH 0/2] " Bjorn Andersson
2 siblings, 1 reply; 6+ messages in thread
From: Dmitry Baryshkov @ 2024-10-18 16:32 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley
Cc: linux-arm-msm, devicetree, linux-kernel, Dmitry Baryshkov
Add the IDs for Qualcomm SAR2130P and SAR1130P platforms.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
include/dt-bindings/arm/qcom,ids.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h
index 8332f8d82f96bb0c1e72980c92b59f226a1ddbe7..903eb4dd4168ca7bf07d9795470a161189c4bf45 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -255,6 +255,7 @@
#define QCOM_ID_IPQ9510 521
#define QCOM_ID_QRB4210 523
#define QCOM_ID_QRB2210 524
+#define QCOM_ID_SAR2130P 525
#define QCOM_ID_SM8475 530
#define QCOM_ID_SM8475P 531
#define QCOM_ID_SA8775P 534
@@ -264,6 +265,7 @@
#define QCOM_ID_X1E80100 555
#define QCOM_ID_SM8650 557
#define QCOM_ID_SM4450 568
+#define QCOM_ID_SAR1130P 579
#define QCOM_ID_QDU1010 587
#define QCOM_ID_QRU1032 588
#define QCOM_ID_QRU1052 589
--
2.39.5
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/2] soc: qcom: socinfo: add SoC IDs for SAR1130P and SAR2130P
2024-10-18 16:32 [PATCH 0/2] soc: qcom: socinfo: add SoC IDs for SAR1130P and SAR2130P Dmitry Baryshkov
2024-10-18 16:32 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: add SoC ID for SAR2130P and SAR1130P Dmitry Baryshkov
@ 2024-10-18 16:32 ` Dmitry Baryshkov
2024-10-21 8:00 ` Krzysztof Kozlowski
2024-10-23 4:15 ` [PATCH 0/2] " Bjorn Andersson
2 siblings, 1 reply; 6+ messages in thread
From: Dmitry Baryshkov @ 2024-10-18 16:32 UTC (permalink / raw)
To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley
Cc: linux-arm-msm, devicetree, linux-kernel, Dmitry Baryshkov
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(+)
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) },
--
2.39.5
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] dt-bindings: arm: qcom,ids: add SoC ID for SAR2130P and SAR1130P
2024-10-18 16:32 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: add SoC ID for SAR2130P and SAR1130P Dmitry Baryshkov
@ 2024-10-21 8:00 ` Krzysztof Kozlowski
0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2024-10-21 8:00 UTC (permalink / raw)
To: Dmitry Baryshkov
Cc: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, linux-arm-msm, devicetree, linux-kernel
On Fri, Oct 18, 2024 at 07:32:36PM +0300, Dmitry Baryshkov wrote:
> Add the IDs for Qualcomm SAR2130P and SAR1130P platforms.
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
> include/dt-bindings/arm/qcom,ids.h | 2 ++
> 1 file changed, 2 insertions(+)
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 2/2] soc: qcom: socinfo: add SoC IDs for SAR1130P and SAR2130P
2024-10-18 16:32 ` [PATCH 2/2] soc: qcom: socinfo: add SoC IDs for SAR1130P and SAR2130P Dmitry Baryshkov
@ 2024-10-21 8:00 ` Krzysztof Kozlowski
0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2024-10-21 8:00 UTC (permalink / raw)
To: Dmitry Baryshkov
Cc: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, linux-arm-msm, devicetree, linux-kernel
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/2] soc: qcom: socinfo: add SoC IDs for SAR1130P and SAR2130P
2024-10-18 16:32 [PATCH 0/2] soc: qcom: socinfo: add SoC IDs for SAR1130P and SAR2130P Dmitry Baryshkov
2024-10-18 16:32 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: add SoC ID for SAR2130P and SAR1130P Dmitry Baryshkov
2024-10-18 16:32 ` [PATCH 2/2] soc: qcom: socinfo: add SoC IDs for SAR1130P and SAR2130P Dmitry Baryshkov
@ 2024-10-23 4:15 ` Bjorn Andersson
2 siblings, 0 replies; 6+ messages in thread
From: Bjorn Andersson @ 2024-10-23 4:15 UTC (permalink / raw)
To: Konrad Dybcio, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Dmitry Baryshkov
Cc: linux-arm-msm, devicetree, linux-kernel
On Fri, 18 Oct 2024 19:32:35 +0300, Dmitry Baryshkov wrote:
> Add add SoC IDs for Qualcomm SAR1130P and SAR2130P platforms.
>
>
Applied, thanks!
[1/2] dt-bindings: arm: qcom,ids: add SoC ID for SAR2130P and SAR1130P
commit: 3b3214acd7f2dd506924cd57ce6e380cdaede423
[2/2] soc: qcom: socinfo: add SoC IDs for SAR1130P and SAR2130P
commit: 3fa0104ed2f11e7f4b26bcdd82f9a45b983813c3
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-10-23 4:16 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-18 16:32 [PATCH 0/2] soc: qcom: socinfo: add SoC IDs for SAR1130P and SAR2130P Dmitry Baryshkov
2024-10-18 16:32 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: add SoC ID for SAR2130P and SAR1130P Dmitry Baryshkov
2024-10-21 8:00 ` Krzysztof Kozlowski
2024-10-18 16:32 ` [PATCH 2/2] soc: qcom: socinfo: add SoC IDs for SAR1130P and SAR2130P Dmitry Baryshkov
2024-10-21 8:00 ` Krzysztof Kozlowski
2024-10-23 4:15 ` [PATCH 0/2] " Bjorn Andersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox