On 26/03/2024 17:28, Abel Vesa wrote: > + qcom,channel: > + $ref: /schemas/types.yaml#/definitions/uint32 > + minimum: 0 > + maximum: 5 > + description: > > + which of the PMIC Arb provided channels to use for accesses > + > +patternProperties: > + "spmi@[a-f0-9]+$": Missing '^' in the pattern. I did not notice it earlier because only since ~2 weeks I have lei filter for ABI based on node names. And your driver created ABI based on node names, so this must be fixed. Sorry. :( Best regards, Krzysztof