Re: [PATCH] dt-bindings: spmi: qcom,x1e80100-spmi-pmic-arb: Document Eliza compatible
From: Abel Vesa
Date: Wed Mar 11 2026 - 09:25:03 EST
On 26-03-11 13:55:54, Krzysztof Kozlowski wrote:
> On 11/03/2026 13:53, 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@xxxxxxxxxxxxxxxx>
> > ---
> > .../devicetree/bindings/spmi/qcom,x1e80100-spmi-pmic-arb.yaml | 8 ++++++--
> > 1 file changed, 6 insertions(+), 2 deletions(-)
> >
> > 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..f28cdfc9cf0a 100644
> > --- a/Documentation/devicetree/bindings/spmi/qcom,x1e80100-spmi-pmic-arb.yaml
> > +++ b/Documentation/devicetree/bindings/spmi/qcom,x1e80100-spmi-pmic-arb.yaml
> > @@ -24,9 +24,13 @@ 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
> > +
> > + - items:
>
> Don't change that, it is not needed and it makes diff complicated.
OK. I just thought it make things cleaner when new platforms will be
added.
Anyway, will add Eliza similar to existing sar2130p instead.
Thanks for reviewing!