Re: [PATCH v5 1/7] dt-bindings: regulator: qcom,spmi-regulator: Convert to dtschema

From: Robert Marko
Date: Mon May 30 2022 - 13:10:14 EST


On Tue, 24 May 2022 at 04:22, Rob Herring <robh@xxxxxxxxxx> wrote:
>
> On Thu, May 19, 2022 at 03:30:09PM +0200, Robert Marko wrote:
> > Convert the bindings of Qualcomm SPMI regulators to DT schema.
> >
> > Signed-off-by: Robert Marko <robimarko@xxxxxxxxx>
> > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
> > ---
> > Changes in v4:
> > * Remove blank interrupts and interrupt-names as generic properties
> > to only allow them per compatible
> >
> > Changes in v3:
> > * Remove quotes around refs
> > * Use much stricter regex for regulator node matching
> > * Add supply matching per compatible
> > * Add blank interrupts and interrupt-names as generic properties
> >
> > Changes in v2:
> > * Remove the forgotten text bindings
> > * Move allOf after patternProperties
> > * Use my private email as the maintainer email
> >
> > I am aware that syscon alone is not really acceptable, its converted
> > directly from the old text bindings.
> >
> > Any advice on how to solve this is appreciated.
>
> Add a compatible for the block in question, but that means you have to
> have a schema for it. Or you can just drop the node. This binding isn't
> really about that node.

Sorry for the late reply,
I think I will just remove the example node to not complicate the
series further.

Regards,
Robert
>
> Rob