Devicetree
 help / color / mirror / Atom feed
* [PATCH 0/2] Add the SoC ID for the Qualcomm's IPQ9650 family
@ 2026-04-08  9:58 Kathiravan Thirumoorthy
  2026-04-08  9:58 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: add SOC IDs for " Kathiravan Thirumoorthy
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Kathiravan Thirumoorthy @ 2026-04-08  9:58 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: linux-arm-msm, devicetree, linux-kernel, Kathiravan Thirumoorthy

Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com>
---
Kathiravan Thirumoorthy (2):
      dt-bindings: arm: qcom,ids: add SOC IDs for IPQ9650 family
      soc: qcom: socinfo: add SoC ID for IPQ9650 family

 drivers/soc/qcom/socinfo.c         | 6 ++++++
 include/dt-bindings/arm/qcom,ids.h | 6 ++++++
 2 files changed, 12 insertions(+)
---
base-commit: f3e6330d7fe42b204af05a2dbc68b379e0ad179e
change-id: 20260408-ipq9650_soc_ids-597ecc1aef1f

Best regards,
--  
Kathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 1/2] dt-bindings: arm: qcom,ids: add SOC IDs for IPQ9650 family
  2026-04-08  9:58 [PATCH 0/2] Add the SoC ID for the Qualcomm's IPQ9650 family Kathiravan Thirumoorthy
@ 2026-04-08  9:58 ` Kathiravan Thirumoorthy
  2026-04-09  8:42   ` Krzysztof Kozlowski
  2026-04-08  9:58 ` [PATCH 2/2] soc: qcom: socinfo: add SoC ID " Kathiravan Thirumoorthy
  2026-05-12 20:22 ` [PATCH 0/2] Add the SoC ID for the Qualcomm's " Bjorn Andersson
  2 siblings, 1 reply; 6+ messages in thread
From: Kathiravan Thirumoorthy @ 2026-04-08  9:58 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: linux-arm-msm, devicetree, linux-kernel, Kathiravan Thirumoorthy

Add SoC IDs for Qualcomm's IPQ9650 family.

Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com>
---
 include/dt-bindings/arm/qcom,ids.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h
index 336f7bb7188a..585017b98ee5 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -304,6 +304,12 @@
 #define QCOM_ID_QCF2200			767
 #define QCOM_ID_QCF3200			768
 #define QCOM_ID_QCF3210			769
+#define QCOM_ID_IPQ9620			770
+#define QCOM_ID_IPQ9650			771
+#define QCOM_ID_IPQ9610			778
+#define QCOM_ID_IPQ9630			779
+#define QCOM_ID_IPQ9640			780
+#define QCOM_ID_IPQ9670			781
 
 /*
  * The board type and revision information, used by Qualcomm bootloaders and

-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 2/2] soc: qcom: socinfo: add SoC ID for IPQ9650 family
  2026-04-08  9:58 [PATCH 0/2] Add the SoC ID for the Qualcomm's IPQ9650 family Kathiravan Thirumoorthy
  2026-04-08  9:58 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: add SOC IDs for " Kathiravan Thirumoorthy
@ 2026-04-08  9:58 ` Kathiravan Thirumoorthy
  2026-04-09  1:53   ` Dmitry Baryshkov
  2026-05-12 20:22 ` [PATCH 0/2] Add the SoC ID for the Qualcomm's " Bjorn Andersson
  2 siblings, 1 reply; 6+ messages in thread
From: Kathiravan Thirumoorthy @ 2026-04-08  9:58 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: linux-arm-msm, devicetree, linux-kernel, Kathiravan Thirumoorthy

Add SoC IDs for Qualcomm's IPQ9650 family.

Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com>
---
 drivers/soc/qcom/socinfo.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index 8ffd903ebddb..77a605bfeb46 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -533,6 +533,12 @@ static const struct soc_id soc_id[] = {
 	{ qcom_board_id(QCF2200) },
 	{ qcom_board_id(QCF3200) },
 	{ qcom_board_id(QCF3210) },
+	{ qcom_board_id(IPQ9620) },
+	{ qcom_board_id(IPQ9650) },
+	{ qcom_board_id(IPQ9610) },
+	{ qcom_board_id(IPQ9630) },
+	{ qcom_board_id(IPQ9640) },
+	{ qcom_board_id(IPQ9670) },
 };
 
 static const char *socinfo_machine(struct device *dev, unsigned int id)

-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 2/2] soc: qcom: socinfo: add SoC ID for IPQ9650 family
  2026-04-08  9:58 ` [PATCH 2/2] soc: qcom: socinfo: add SoC ID " Kathiravan Thirumoorthy
@ 2026-04-09  1:53   ` Dmitry Baryshkov
  0 siblings, 0 replies; 6+ messages in thread
From: Dmitry Baryshkov @ 2026-04-09  1:53 UTC (permalink / raw)
  To: Kathiravan Thirumoorthy
  Cc: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, linux-arm-msm, devicetree, linux-kernel

On Wed, Apr 08, 2026 at 03:28:35PM +0530, Kathiravan Thirumoorthy wrote:
> Add SoC IDs for Qualcomm's IPQ9650 family.
> 
> Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com>
> ---
>  drivers/soc/qcom/socinfo.c | 6 ++++++
>  1 file changed, 6 insertions(+)
> 

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>


-- 
With best wishes
Dmitry

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] dt-bindings: arm: qcom,ids: add SOC IDs for IPQ9650 family
  2026-04-08  9:58 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: add SOC IDs for " Kathiravan Thirumoorthy
@ 2026-04-09  8:42   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2026-04-09  8:42 UTC (permalink / raw)
  To: Kathiravan Thirumoorthy
  Cc: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, linux-arm-msm, devicetree, linux-kernel

On Wed, Apr 08, 2026 at 03:28:34PM +0530, Kathiravan Thirumoorthy wrote:
> Add SoC IDs for Qualcomm's IPQ9650 family.

I don't see board compatibles being posted, so this could be the place
where you briefly describe the SoCs, including differences between them.

> 
> Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com>
> ---
>  include/dt-bindings/arm/qcom,ids.h | 6 ++++++
>  1 file changed, 6 insertions(+)


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 0/2] Add the SoC ID for the Qualcomm's IPQ9650 family
  2026-04-08  9:58 [PATCH 0/2] Add the SoC ID for the Qualcomm's IPQ9650 family Kathiravan Thirumoorthy
  2026-04-08  9:58 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: add SOC IDs for " Kathiravan Thirumoorthy
  2026-04-08  9:58 ` [PATCH 2/2] soc: qcom: socinfo: add SoC ID " Kathiravan Thirumoorthy
@ 2026-05-12 20:22 ` Bjorn Andersson
  2 siblings, 0 replies; 6+ messages in thread
From: Bjorn Andersson @ 2026-05-12 20:22 UTC (permalink / raw)
  To: Konrad Dybcio, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Kathiravan Thirumoorthy
  Cc: linux-arm-msm, devicetree, linux-kernel


On Wed, 08 Apr 2026 15:28:33 +0530, Kathiravan Thirumoorthy wrote:
> 


Applied, thanks!

[1/2] dt-bindings: arm: qcom,ids: add SOC IDs for IPQ9650 family
      commit: 8baf66cc4ca9bb72e97254af62ec8306225bb2f5
[2/2] soc: qcom: socinfo: add SoC ID for IPQ9650 family
      commit: 6fe5ea1989ad12adf181eb7872c990f9f32e89a8

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-05-12 20:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-08  9:58 [PATCH 0/2] Add the SoC ID for the Qualcomm's IPQ9650 family Kathiravan Thirumoorthy
2026-04-08  9:58 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: add SOC IDs for " Kathiravan Thirumoorthy
2026-04-09  8:42   ` Krzysztof Kozlowski
2026-04-08  9:58 ` [PATCH 2/2] soc: qcom: socinfo: add SoC ID " Kathiravan Thirumoorthy
2026-04-09  1:53   ` Dmitry Baryshkov
2026-05-12 20:22 ` [PATCH 0/2] Add the SoC ID for the Qualcomm's " Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox