devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add SM7635 and related PMICs to socinfo
@ 2025-06-25  9:11 Luca Weiss
  2025-06-25  9:11 ` [PATCH 1/3] dt-bindings: arm: qcom,ids: Add SoC IDs for SM7635 family Luca Weiss
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Luca Weiss @ 2025-06-25  9:11 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: linux-arm-msm, devicetree, linux-kernel,
	~postmarketos/upstreaming, phone-devel, Luca Weiss

Add the SoC IDs of the 'volcano' family, namely SM7635, SM6650, SM6650P,
QCM6690 and QCS6690 plus the missing PM7550 & PMIV0108 to socinfo.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
Luca Weiss (3):
      dt-bindings: arm: qcom,ids: Add SoC IDs for SM7635 family
      soc: qcom: socinfo: Add SoC IDs for SM7635 family
      soc: qcom: socinfo: Add PM7550 & PMIV0108 PMICs

 drivers/soc/qcom/socinfo.c         | 7 +++++++
 include/dt-bindings/arm/qcom,ids.h | 5 +++++
 2 files changed, 12 insertions(+)
---
base-commit: 19272b37aa4f83ca52bdf9c16d5d81bdd1354494
change-id: 20250620-sm7635-socinfo-8c6ee8d82c9d

Best regards,
-- 
Luca Weiss <luca.weiss@fairphone.com>


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

* [PATCH 1/3] dt-bindings: arm: qcom,ids: Add SoC IDs for SM7635 family
  2025-06-25  9:11 [PATCH 0/3] Add SM7635 and related PMICs to socinfo Luca Weiss
@ 2025-06-25  9:11 ` Luca Weiss
  2025-06-25  9:11 ` [PATCH 2/3] soc: qcom: socinfo: " Luca Weiss
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: Luca Weiss @ 2025-06-25  9:11 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: linux-arm-msm, devicetree, linux-kernel,
	~postmarketos/upstreaming, phone-devel, Luca Weiss

Add the SoC IDs of the 'volcano' family, namely SM7635, SM6650, SM6650P,
QCM6690 and QCS6690.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
 include/dt-bindings/arm/qcom,ids.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/dt-bindings/arm/qcom,ids.h b/include/dt-bindings/arm/qcom,ids.h
index 897b8135dc12f56b82c6683b14e2fc135daefc20..cb8ce53146f0c05dab72f9a27c262a2f51dcd66b 100644
--- a/include/dt-bindings/arm/qcom,ids.h
+++ b/include/dt-bindings/arm/qcom,ids.h
@@ -279,8 +279,13 @@
 #define QCOM_ID_QCM8550			604
 #define QCOM_ID_SM8750			618
 #define QCOM_ID_IPQ5300			624
+#define QCOM_ID_SM7635			636
+#define QCOM_ID_SM6650			640
+#define QCOM_ID_SM6650P			641
 #define QCOM_ID_IPQ5321			650
 #define QCOM_ID_IPQ5424			651
+#define QCOM_ID_QCM6690			657
+#define QCOM_ID_QCS6690			658
 #define QCOM_ID_IPQ5404			671
 #define QCOM_ID_QCS9100			667
 #define QCOM_ID_QCS8300			674

-- 
2.50.0


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

* [PATCH 2/3] soc: qcom: socinfo: Add SoC IDs for SM7635 family
  2025-06-25  9:11 [PATCH 0/3] Add SM7635 and related PMICs to socinfo Luca Weiss
  2025-06-25  9:11 ` [PATCH 1/3] dt-bindings: arm: qcom,ids: Add SoC IDs for SM7635 family Luca Weiss
@ 2025-06-25  9:11 ` Luca Weiss
  2025-06-28 15:49   ` Dmitry Baryshkov
  2025-06-25  9:11 ` [PATCH 3/3] soc: qcom: socinfo: Add PM7550 & PMIV0108 PMICs Luca Weiss
  2025-07-17  4:31 ` [PATCH 0/3] Add SM7635 and related PMICs to socinfo Bjorn Andersson
  3 siblings, 1 reply; 8+ messages in thread
From: Luca Weiss @ 2025-06-25  9:11 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: linux-arm-msm, devicetree, linux-kernel,
	~postmarketos/upstreaming, phone-devel, Luca Weiss

Add the entries for the 'volcano' family, namely SM7635, SM6650,
SM6650P, QCM6690 and QCS6690.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
 drivers/soc/qcom/socinfo.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index 8c4147737c35e3878db2def47f34c03ffc1fea52..57fc2760548aaf904cd1aefc7fd7e0f7bc269632 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -446,8 +446,13 @@ static const struct soc_id soc_id[] = {
 	{ qcom_board_id(QCM8550) },
 	{ qcom_board_id(SM8750)  },
 	{ qcom_board_id(IPQ5300) },
+	{ qcom_board_id(SM7635) },
+	{ qcom_board_id(SM6650) },
+	{ qcom_board_id(SM6650P) },
 	{ qcom_board_id(IPQ5321) },
 	{ qcom_board_id(IPQ5424) },
+	{ qcom_board_id(QCM6690) },
+	{ qcom_board_id(QCS6690) },
 	{ qcom_board_id(IPQ5404) },
 	{ qcom_board_id(QCS9100) },
 	{ qcom_board_id(QCS8300) },

-- 
2.50.0


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

* [PATCH 3/3] soc: qcom: socinfo: Add PM7550 & PMIV0108 PMICs
  2025-06-25  9:11 [PATCH 0/3] Add SM7635 and related PMICs to socinfo Luca Weiss
  2025-06-25  9:11 ` [PATCH 1/3] dt-bindings: arm: qcom,ids: Add SoC IDs for SM7635 family Luca Weiss
  2025-06-25  9:11 ` [PATCH 2/3] soc: qcom: socinfo: " Luca Weiss
@ 2025-06-25  9:11 ` Luca Weiss
  2025-06-25 12:20   ` Konrad Dybcio
  2025-06-28 15:50   ` Dmitry Baryshkov
  2025-07-17  4:31 ` [PATCH 0/3] Add SM7635 and related PMICs to socinfo Bjorn Andersson
  3 siblings, 2 replies; 8+ messages in thread
From: Luca Weiss @ 2025-06-25  9:11 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: linux-arm-msm, devicetree, linux-kernel,
	~postmarketos/upstreaming, phone-devel, Luca Weiss

Add the PM7550 and PMIV0108 to the pmic_models array.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
 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 57fc2760548aaf904cd1aefc7fd7e0f7bc269632..a094566f70d00dce3ab0f21638c36ec28b973543 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -126,8 +126,10 @@ static const char *const pmic_models[] = {
 	[72] = "PMR735D",
 	[73] = "PM8550",
 	[74] = "PMK8550",
+	[80] = "PM7550",
 	[82] = "PMC8380",
 	[83] = "SMB2360",
+	[91] = "PMIV0108",
 };
 
 struct socinfo_params {

-- 
2.50.0


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

* Re: [PATCH 3/3] soc: qcom: socinfo: Add PM7550 & PMIV0108 PMICs
  2025-06-25  9:11 ` [PATCH 3/3] soc: qcom: socinfo: Add PM7550 & PMIV0108 PMICs Luca Weiss
@ 2025-06-25 12:20   ` Konrad Dybcio
  2025-06-28 15:50   ` Dmitry Baryshkov
  1 sibling, 0 replies; 8+ messages in thread
From: Konrad Dybcio @ 2025-06-25 12:20 UTC (permalink / raw)
  To: Luca Weiss, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: linux-arm-msm, devicetree, linux-kernel,
	~postmarketos/upstreaming, phone-devel

On 6/25/25 11:11 AM, Luca Weiss wrote:
> Add the PM7550 and PMIV0108 to the pmic_models array.
> 
> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
> ---

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

Konrad

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

* Re: [PATCH 2/3] soc: qcom: socinfo: Add SoC IDs for SM7635 family
  2025-06-25  9:11 ` [PATCH 2/3] soc: qcom: socinfo: " Luca Weiss
@ 2025-06-28 15:49   ` Dmitry Baryshkov
  0 siblings, 0 replies; 8+ messages in thread
From: Dmitry Baryshkov @ 2025-06-28 15:49 UTC (permalink / raw)
  To: Luca Weiss
  Cc: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, linux-arm-msm, devicetree, linux-kernel,
	~postmarketos/upstreaming, phone-devel

On Wed, Jun 25, 2025 at 11:11:45AM +0200, Luca Weiss wrote:
> Add the entries for the 'volcano' family, namely SM7635, SM6650,
> SM6650P, QCM6690 and QCS6690.
> 
> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
> ---
>  drivers/soc/qcom/socinfo.c | 5 +++++
>  1 file changed, 5 insertions(+)
> 

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

-- 
With best wishes
Dmitry

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

* Re: [PATCH 3/3] soc: qcom: socinfo: Add PM7550 & PMIV0108 PMICs
  2025-06-25  9:11 ` [PATCH 3/3] soc: qcom: socinfo: Add PM7550 & PMIV0108 PMICs Luca Weiss
  2025-06-25 12:20   ` Konrad Dybcio
@ 2025-06-28 15:50   ` Dmitry Baryshkov
  1 sibling, 0 replies; 8+ messages in thread
From: Dmitry Baryshkov @ 2025-06-28 15:50 UTC (permalink / raw)
  To: Luca Weiss
  Cc: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, linux-arm-msm, devicetree, linux-kernel,
	~postmarketos/upstreaming, phone-devel

On Wed, Jun 25, 2025 at 11:11:46AM +0200, Luca Weiss wrote:
> Add the PM7550 and PMIV0108 to the pmic_models array.
> 
> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
> ---
>  drivers/soc/qcom/socinfo.c | 2 ++
>  1 file changed, 2 insertions(+)
> 

Assuming that you've seen them in socinfo:


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



-- 
With best wishes
Dmitry

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

* Re: [PATCH 0/3] Add SM7635 and related PMICs to socinfo
  2025-06-25  9:11 [PATCH 0/3] Add SM7635 and related PMICs to socinfo Luca Weiss
                   ` (2 preceding siblings ...)
  2025-06-25  9:11 ` [PATCH 3/3] soc: qcom: socinfo: Add PM7550 & PMIV0108 PMICs Luca Weiss
@ 2025-07-17  4:31 ` Bjorn Andersson
  3 siblings, 0 replies; 8+ messages in thread
From: Bjorn Andersson @ 2025-07-17  4:31 UTC (permalink / raw)
  To: Konrad Dybcio, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Luca Weiss
  Cc: linux-arm-msm, devicetree, linux-kernel,
	~postmarketos/upstreaming, phone-devel


On Wed, 25 Jun 2025 11:11:43 +0200, Luca Weiss wrote:
> Add the SoC IDs of the 'volcano' family, namely SM7635, SM6650, SM6650P,
> QCM6690 and QCS6690 plus the missing PM7550 & PMIV0108 to socinfo.
> 
> 

Applied, thanks!

[1/3] dt-bindings: arm: qcom,ids: Add SoC IDs for SM7635 family
      commit: e53ff5b79fbac35d1fbf2b8c28a5a5dcf125567e
[2/3] soc: qcom: socinfo: Add SoC IDs for SM7635 family
      commit: 95f3b09e7e8c963c3206ce5450a88747c4653343
[3/3] soc: qcom: socinfo: Add PM7550 & PMIV0108 PMICs
      commit: 9c4299b2361892a2eb8ab4ac63d07b97acd8a1ab

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

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

end of thread, other threads:[~2025-07-17  4:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-25  9:11 [PATCH 0/3] Add SM7635 and related PMICs to socinfo Luca Weiss
2025-06-25  9:11 ` [PATCH 1/3] dt-bindings: arm: qcom,ids: Add SoC IDs for SM7635 family Luca Weiss
2025-06-25  9:11 ` [PATCH 2/3] soc: qcom: socinfo: " Luca Weiss
2025-06-28 15:49   ` Dmitry Baryshkov
2025-06-25  9:11 ` [PATCH 3/3] soc: qcom: socinfo: Add PM7550 & PMIV0108 PMICs Luca Weiss
2025-06-25 12:20   ` Konrad Dybcio
2025-06-28 15:50   ` Dmitry Baryshkov
2025-07-17  4:31 ` [PATCH 0/3] Add SM7635 and related PMICs to socinfo Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).