public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] dt-bindings: spmi: qcom,x1e80100-spmi-pmic-arb: Document Eliza compatible
@ 2026-03-13 12:22 Abel Vesa
  2026-03-14  9:49 ` Krzysztof Kozlowski
  2026-03-25 16:05 ` Rob Herring
  0 siblings, 2 replies; 3+ messages in thread
From: Abel Vesa @ 2026-03-13 12:22 UTC (permalink / raw)
  To: Stephen Boyd, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: linux-arm-msm, linux-kernel, devicetree, Abel Vesa

The SPMI multi-master Arbiter found on Eliza is version 7.2.0, yet
driver-wise, still compatible with the one featured on Hamoa (X1E80100),
which is 7.0.1.

So document the Eliza compatible and allow Hamoa one as fallback.

Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
---
Changes in v3:
- Add back enum for eliza and sar2130p, just like in v1, but keep the
  const for x1e80100 as is.
- Link to v2: https://patch.msgid.link/20260311-eliza-bindings-spmi-v2-1-12783c6759d9@oss.qualcomm.com

Changes in v2:
- Instead of reworking the whole oneOf for compatibles,
  add Eliza similar to sar2130p.
- Link to v1: https://patch.msgid.link/20260311-eliza-bindings-spmi-v1-1-1a20eec1179e@oss.qualcomm.com
---
 .../devicetree/bindings/spmi/qcom,x1e80100-spmi-pmic-arb.yaml         | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/spmi/qcom,x1e80100-spmi-pmic-arb.yaml b/Documentation/devicetree/bindings/spmi/qcom,x1e80100-spmi-pmic-arb.yaml
index 08369fdd2161..0f7089e0950a 100644
--- a/Documentation/devicetree/bindings/spmi/qcom,x1e80100-spmi-pmic-arb.yaml
+++ b/Documentation/devicetree/bindings/spmi/qcom,x1e80100-spmi-pmic-arb.yaml
@@ -24,7 +24,9 @@ properties:
   compatible:
     oneOf:
       - items:
-          - const: qcom,sar2130p-spmi-pmic-arb
+          - enum:
+              - qcom,eliza-spmi-pmic-arb
+              - qcom,sar2130p-spmi-pmic-arb
           - const: qcom,x1e80100-spmi-pmic-arb
       - const: qcom,x1e80100-spmi-pmic-arb
 

---
base-commit: 7109a2155340cc7b21f27e832ece6df03592f2e8
change-id: 20260311-eliza-bindings-spmi-8d49b1a61d03

Best regards,
--  
Abel Vesa <abel.vesa@oss.qualcomm.com>


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

* Re: [PATCH v3] dt-bindings: spmi: qcom,x1e80100-spmi-pmic-arb: Document Eliza compatible
  2026-03-13 12:22 [PATCH v3] dt-bindings: spmi: qcom,x1e80100-spmi-pmic-arb: Document Eliza compatible Abel Vesa
@ 2026-03-14  9:49 ` Krzysztof Kozlowski
  2026-03-25 16:05 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-14  9:49 UTC (permalink / raw)
  To: Abel Vesa
  Cc: Stephen Boyd, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	linux-arm-msm, linux-kernel, devicetree

On Fri, Mar 13, 2026 at 02:22:38PM +0200, Abel Vesa wrote:
> The SPMI multi-master Arbiter found on Eliza is version 7.2.0, yet
> driver-wise, still compatible with the one featured on Hamoa (X1E80100),
> which is 7.0.1.
> 
> So document the Eliza compatible and allow Hamoa one as fallback.
> 
> Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
> ---

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

Best regards,
Krzysztof


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

* Re: [PATCH v3] dt-bindings: spmi: qcom,x1e80100-spmi-pmic-arb: Document Eliza compatible
  2026-03-13 12:22 [PATCH v3] dt-bindings: spmi: qcom,x1e80100-spmi-pmic-arb: Document Eliza compatible Abel Vesa
  2026-03-14  9:49 ` Krzysztof Kozlowski
@ 2026-03-25 16:05 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2026-03-25 16:05 UTC (permalink / raw)
  To: Abel Vesa
  Cc: Stephen Boyd, Krzysztof Kozlowski, Conor Dooley, linux-arm-msm,
	linux-kernel, devicetree

On Fri, Mar 13, 2026 at 02:22:38PM +0200, Abel Vesa wrote:
> The SPMI multi-master Arbiter found on Eliza is version 7.2.0, yet
> driver-wise, still compatible with the one featured on Hamoa (X1E80100),
> which is 7.0.1.
> 
> So document the Eliza compatible and allow Hamoa one as fallback.
> 
> Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
> ---
> Changes in v3:
> - Add back enum for eliza and sar2130p, just like in v1, but keep the
>   const for x1e80100 as is.
> - Link to v2: https://patch.msgid.link/20260311-eliza-bindings-spmi-v2-1-12783c6759d9@oss.qualcomm.com
> 
> Changes in v2:
> - Instead of reworking the whole oneOf for compatibles,
>   add Eliza similar to sar2130p.
> - Link to v1: https://patch.msgid.link/20260311-eliza-bindings-spmi-v1-1-1a20eec1179e@oss.qualcomm.com
> ---
>  .../devicetree/bindings/spmi/qcom,x1e80100-spmi-pmic-arb.yaml         | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)

Applied, thanks.

Rob

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

end of thread, other threads:[~2026-03-25 16:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-13 12:22 [PATCH v3] dt-bindings: spmi: qcom,x1e80100-spmi-pmic-arb: Document Eliza compatible Abel Vesa
2026-03-14  9:49 ` Krzysztof Kozlowski
2026-03-25 16:05 ` Rob Herring

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