mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] Add Qualcomm SM8950 socinfo
@ 2026-09-22 23:06 Jingyi Wang
  2026-09-22 23:06 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM8950 Jingyi Wang
  2026-09-22 23:06 ` [PATCH 2/2] soc: qcom: socinfo: Add SM8950 SoC ID Jingyi Wang
  0 siblings, 2 replies; 4+ messages in thread
From: Jingyi Wang @ 2026-09-22 23:06 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Abel Vesa, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: aiqun.yu, tingwei.zhang, trilok.soni, yijie.yang, linux-arm-msm,
	devicetree, linux-kernel, Jingyi Wang

Add socinfo for Qualcomm SM8950 SoC which represents the Maili platform.

Signed-off-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
---
Jingyi Wang (2):
      dt-bindings: arm: qcom,ids: Add SoC ID for SM8950
      soc: qcom: socinfo: Add SM8950 SoC ID

 drivers/soc/qcom/socinfo.c         | 1 +
 include/dt-bindings/arm/qcom,ids.h | 1 +
 2 files changed, 2 insertions(+)
---
base-commit: 0d9d0dbf2fddcff5859d623e90ca73c4054276e1
change-id: 20260922-maili-socinfo-0c4cd31b325a

Best regards,
-- 
Jingyi Wang <jingyi.wang@oss.qualcomm.com>


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

* [PATCH 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM8950
  2026-09-22 23:06 [PATCH 0/2] Add Qualcomm SM8950 socinfo Jingyi Wang
@ 2026-09-22 23:06 ` Jingyi Wang
  2026-09-23  7:06   ` Krzysztof Kozlowski
  2026-09-22 23:06 ` [PATCH 2/2] soc: qcom: socinfo: Add SM8950 SoC ID Jingyi Wang
  1 sibling, 1 reply; 4+ messages in thread
From: Jingyi Wang @ 2026-09-22 23:06 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Abel Vesa, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: aiqun.yu, tingwei.zhang, trilok.soni, yijie.yang, linux-arm-msm,
	devicetree, linux-kernel, Jingyi Wang

Add the ID for the Qualcomm SM8950 SoC which represents the Maili
platform.

Signed-off-by: Jingyi Wang <jingyi.wang@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..7509b489e974 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -303,6 +303,7 @@
 #define QCOM_ID_SA8797P			690
 #define QCOM_ID_CQ7790M			731
 #define QCOM_ID_CQ7790S			732
+#define QCOM_ID_SM8950			735
 #define QCOM_ID_CQ2390M			756
 #define QCOM_ID_CQ2390S			758
 #define QCOM_ID_IQ2390S			759

-- 
2.34.1


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

* [PATCH 2/2] soc: qcom: socinfo: Add SM8950 SoC ID
  2026-09-22 23:06 [PATCH 0/2] Add Qualcomm SM8950 socinfo Jingyi Wang
  2026-09-22 23:06 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM8950 Jingyi Wang
@ 2026-09-22 23:06 ` Jingyi Wang
  1 sibling, 0 replies; 4+ messages in thread
From: Jingyi Wang @ 2026-09-22 23:06 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Abel Vesa, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: aiqun.yu, tingwei.zhang, trilok.soni, yijie.yang, linux-arm-msm,
	devicetree, linux-kernel, Jingyi Wang

Add SoC ID for Qualcomm SM8950 which represents the Maili platform.

Signed-off-by: Jingyi Wang <jingyi.wang@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..2b4282863e72 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -544,6 +544,7 @@ static const struct soc_id soc_id[] = {
 	{ qcom_board_id(SA8797P) },
 	{ qcom_board_id(CQ7790M) },
 	{ qcom_board_id(CQ7790S) },
+	{ qcom_board_id(SM8950) },
 	{ qcom_board_id(CQ2390M) },
 	{ qcom_board_id(CQ2390S) },
 	{ qcom_board_id(IQ2390S) },

-- 
2.34.1


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

* Re: [PATCH 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM8950
  2026-09-22 23:06 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM8950 Jingyi Wang
@ 2026-09-23  7:06   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2026-09-23  7:06 UTC (permalink / raw)
  To: Jingyi Wang, Bjorn Andersson, Konrad Dybcio, Abel Vesa,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: aiqun.yu, tingwei.zhang, trilok.soni, yijie.yang, linux-arm-msm,
	devicetree, linux-kernel

On 23/09/2026 01:06, Jingyi Wang wrote:
> Add the ID for the Qualcomm SM8950 SoC which represents the Maili
> platform.
> 
> Signed-off-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
> ---
>  include/dt-bindings/arm/qcom,ids.h | 1 +


Standard question: where is DTS? Why is this sent separately from the
rest of the patches targeting the same subsystem? Please organize entire
work targeting maintainers in relevant patchsets.

Best regards,
Krzysztof

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-22 23:06 [PATCH 0/2] Add Qualcomm SM8950 socinfo Jingyi Wang
2026-09-22 23:06 ` [PATCH 1/2] dt-bindings: arm: qcom,ids: Add SoC ID for SM8950 Jingyi Wang
2026-09-23  7:06   ` Krzysztof Kozlowski
2026-09-22 23:06 ` [PATCH 2/2] soc: qcom: socinfo: Add SM8950 SoC ID Jingyi Wang

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®