Devicetree
 help / color / mirror / Atom feed
* [PATCH v3] dt-bindings: soc: qcom: qcom,pmic-glink: Add compatible string for SM8475
@ 2026-08-02  6:39 Esteban Urrutia via B4 Relay
  2026-08-03  7:20 ` Krzysztof Kozlowski
  2026-08-16 21:09 ` Esteban Urrutia
  0 siblings, 2 replies; 4+ messages in thread
From: Esteban Urrutia via B4 Relay @ 2026-08-02  6:39 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: linux-arm-msm, devicetree, linux-kernel, phone-devel,
	Esteban Urrutia

From: Esteban Urrutia <esteuwu@proton.me>

SM8475 is compatible with SM8450 with respect to pmic-glink support.
Add a compatible string for SM8475 using SM8450 as a fallback.

Signed-off-by: Esteban Urrutia <esteuwu@proton.me>
---
This series adds a compatible string for pmic-glink in SM8475 in
dt-bindings using SM8450 as a fallback to provide support for it.
---
Changes in v3:
- Drop patch modifying ucsi_glink (redundant)
  - Use SM8450 compatible as a fallback instead
- Link to v2: https://patch.msgid.link/20260731-sm8475-pmic-glink-v2-0-28c04928ef22@proton.me

Changes in v2:
- Apply suggestions from Krzysztof
- Link to v1: https://patch.msgid.link/20260729-sm8475-pmic-glink-v1-0-c2e1967c04de@proton.me
---
 Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml
index 16ad4f5698fc..d4478d9b3212 100644
--- a/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml
+++ b/Documentation/devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml
@@ -43,6 +43,11 @@ properties:
               - qcom,sm7325-pmic-glink
           - const: qcom,qcm6490-pmic-glink
           - const: qcom,pmic-glink
+      - items:
+          - enum:
+              - qcom,sm8475-pmic-glink
+          - const: qcom,sm8450-pmic-glink
+          - const: qcom,pmic-glink
       - items:
           - enum:
               - qcom,eliza-pmic-glink

---
base-commit: 415606a7be939835db9b0d6b711887586646346d
change-id: 20260729-sm8475-pmic-glink-57e56f98d2b3

Best regards,
--  
Esteban Urrutia <esteuwu@proton.me>



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

* Re: [PATCH v3] dt-bindings: soc: qcom: qcom,pmic-glink: Add compatible string for SM8475
  2026-08-02  6:39 [PATCH v3] dt-bindings: soc: qcom: qcom,pmic-glink: Add compatible string for SM8475 Esteban Urrutia via B4 Relay
@ 2026-08-03  7:20 ` Krzysztof Kozlowski
  2026-08-05 22:56   ` Esteban Urrutia
  2026-08-16 21:09 ` Esteban Urrutia
  1 sibling, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2026-08-03  7:20 UTC (permalink / raw)
  To: Esteban Urrutia
  Cc: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, linux-arm-msm, devicetree, linux-kernel,
	phone-devel

On Sun, Aug 02, 2026 at 02:39:55AM -0400, Esteban Urrutia wrote:
> SM8475 is compatible with SM8450 with respect to pmic-glink support.

"Add the Qualcomm SM8475 PMIC GLINK, compatible with the SM8450 one."

(or "Add a compatible for ..." and rest as above)

> Add a compatible string for SM8475 using SM8450 as a fallback.

And this is redundant.

> 
> Signed-off-by: Esteban Urrutia <esteuwu@proton.me>
> ---

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

Best regards,
Krzysztof


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

* Re: [PATCH v3] dt-bindings: soc: qcom: qcom,pmic-glink: Add compatible string for SM8475
  2026-08-03  7:20 ` Krzysztof Kozlowski
@ 2026-08-05 22:56   ` Esteban Urrutia
  0 siblings, 0 replies; 4+ messages in thread
From: Esteban Urrutia @ 2026-08-05 22:56 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, linux-arm-msm, devicetree, linux-kernel,
	phone-devel

On 8/3/26 3:20 AM, Krzysztof Kozlowski wrote:
> On Sun, Aug 02, 2026 at 02:39:55AM -0400, Esteban Urrutia wrote:
>> SM8475 is compatible with SM8450 with respect to pmic-glink support.
> 
> "Add the Qualcomm SM8475 PMIC GLINK, compatible with the SM8450 one."
> 
> (or "Add a compatible for ..." and rest as above)
> 
>> Add a compatible string for SM8475 using SM8450 as a fallback.
> 
> And this is redundant.

I'll consider the feedback for future commits.

Regards,
Esteban


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

* Re: [PATCH v3] dt-bindings: soc: qcom: qcom,pmic-glink: Add compatible string for SM8475
  2026-08-02  6:39 [PATCH v3] dt-bindings: soc: qcom: qcom,pmic-glink: Add compatible string for SM8475 Esteban Urrutia via B4 Relay
  2026-08-03  7:20 ` Krzysztof Kozlowski
@ 2026-08-16 21:09 ` Esteban Urrutia
  1 sibling, 0 replies; 4+ messages in thread
From: Esteban Urrutia @ 2026-08-16 21:09 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: linux-arm-msm, devicetree, linux-kernel, phone-devel

On 8/2/26 2:39 AM, Esteban Urrutia via B4 Relay wrote:
> SM8475 is compatible with SM8450 with respect to pmic-glink support.
> Add a compatible string for SM8475 using SM8450 as a fallback.
Any chance on this commit being picked?

Regards,
Esteban


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

end of thread, other threads:[~2026-08-16 21:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-02  6:39 [PATCH v3] dt-bindings: soc: qcom: qcom,pmic-glink: Add compatible string for SM8475 Esteban Urrutia via B4 Relay
2026-08-03  7:20 ` Krzysztof Kozlowski
2026-08-05 22:56   ` Esteban Urrutia
2026-08-16 21:09 ` Esteban Urrutia

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