mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] Add Qualcomm SM8975 (Hawi) socinfo
@ 2026-09-22 21:07 Mukesh Ojha
  2026-09-22 21:07 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM8975 Mukesh Ojha
  2026-09-22 21:07 ` [PATCH 2/2] soc: qcom: socinfo: Add SM8975 SoC ID Mukesh Ojha
  0 siblings, 2 replies; 4+ messages in thread
From: Mukesh Ojha @ 2026-09-22 21:07 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Abel Vesa, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: linux-arm-msm, devicetree, linux-kernel, Mukesh Ojha

Add socinfo for recently announced Snapdragon SoC SM8975[1] which
represents the Hawi platform.

https://www.qualcomm.com/smartphones/products/8-series/snapdragon-8-elite-extreme-gen-6-mobile-platform

Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
---
Mukesh Ojha (2):
      dt-bindings: arm: qcom,ids: Add SoC ID for SM8975
      soc: qcom: socinfo: Add SM8975 SoC ID

 drivers/soc/qcom/socinfo.c         | 1 +
 include/dt-bindings/arm/qcom,ids.h | 1 +
 2 files changed, 2 insertions(+)
---
base-commit: 5c4d4169604b335c38bbc79bc1fc03042981fc6f
change-id: 20260922-hawi-socinfo-da0b1190804c

Best regards,
--  
-Mukesh Ojha


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

* [PATCH 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM8975
  2026-09-22 21:07 [PATCH 0/2] Add Qualcomm SM8975 (Hawi) socinfo Mukesh Ojha
@ 2026-09-22 21:07 ` Mukesh Ojha
  2026-09-23  7:34   ` Konrad Dybcio
  2026-09-22 21:07 ` [PATCH 2/2] soc: qcom: socinfo: Add SM8975 SoC ID Mukesh Ojha
  1 sibling, 1 reply; 4+ messages in thread
From: Mukesh Ojha @ 2026-09-22 21:07 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Abel Vesa, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: linux-arm-msm, devicetree, linux-kernel, Mukesh Ojha

Add the ID for the Qualcomm SM8975 SoC which represents the Hawi
platform.

Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
---
 include/dt-bindings/arm/qcom,ids.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h
index b63e4a0b8e54..4259f8960447 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -301,6 +301,7 @@
 #define QCOM_ID_QCS9075			676
 #define QCOM_ID_QCS615			680
 #define QCOM_ID_SA8797P			690
+#define QCOM_ID_SM8975			707
 #define QCOM_ID_CQ7790M			731
 #define QCOM_ID_CQ7790S			732
 #define QCOM_ID_CQ2390M			756

-- 
2.55.0


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

* [PATCH 2/2] soc: qcom: socinfo: Add SM8975 SoC ID
  2026-09-22 21:07 [PATCH 0/2] Add Qualcomm SM8975 (Hawi) socinfo Mukesh Ojha
  2026-09-22 21:07 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM8975 Mukesh Ojha
@ 2026-09-22 21:07 ` Mukesh Ojha
  1 sibling, 0 replies; 4+ messages in thread
From: Mukesh Ojha @ 2026-09-22 21:07 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Abel Vesa, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: linux-arm-msm, devicetree, linux-kernel, Mukesh Ojha

Add SoC ID for Qualcomm SM8975 which represents the Hawi platform.

Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
---
 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 63ee5cd561a2..ddc717382797 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -542,6 +542,7 @@ static const struct soc_id soc_id[] = {
 	{ qcom_board_id(QCS9075) },
 	{ qcom_board_id(QCS615) },
 	{ qcom_board_id(SA8797P) },
+	{ qcom_board_id(SM8975) },
 	{ qcom_board_id(CQ7790M) },
 	{ qcom_board_id(CQ7790S) },
 	{ qcom_board_id(CQ2390M) },

-- 
2.55.0


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

* Re: [PATCH 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM8975
  2026-09-22 21:07 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM8975 Mukesh Ojha
@ 2026-09-23  7:34   ` Konrad Dybcio
  0 siblings, 0 replies; 4+ messages in thread
From: Konrad Dybcio @ 2026-09-23  7:34 UTC (permalink / raw)
  To: Mukesh Ojha, Bjorn Andersson, Konrad Dybcio, Abel Vesa,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: linux-arm-msm, devicetree, linux-kernel

On 9/22/26 11:07 PM, Mukesh Ojha wrote:
> Add the ID for the Qualcomm SM8975 SoC which represents the Hawi
> platform.
> 
> Signed-off-by: Mukesh Ojha <mukesh.ojha@oss.qualcomm.com>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

Konrad

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

end of thread, other threads:[~2026-09-23  7:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-22 21:07 [PATCH 0/2] Add Qualcomm SM8975 (Hawi) socinfo Mukesh Ojha
2026-09-22 21:07 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM8975 Mukesh Ojha
2026-09-23  7:34   ` Konrad Dybcio
2026-09-22 21:07 ` [PATCH 2/2] soc: qcom: socinfo: Add SM8975 SoC ID Mukesh Ojha

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

all inboxes | Powered by JetHome®