Re: [PATCH v2 1/4] dt-bindings: soc: qcom: Introduce PMIC GLINK binding

From: Bjorn Andersson
Date: Wed Jan 18 2023 - 13:13:04 EST


On Tue, Jan 17, 2023 at 12:00:58PM -0600, Rob Herring wrote:
> On Thu, Jan 12, 2023 at 08:11:29PM -0800, Bjorn Andersson wrote:
[..]
> > +patternProperties:
> > + '^connector@\d$':
> > + $ref: /schemas/connector/usb-connector.yaml#
> > +
> > + properties:
> > + reg: true
>
> required:
> - reg
>
> Or '@\d' needs to be optional.
>

You're right, and as the identifier is significant in the firmware
interface I'll add it as required.

Thanks,
Bjorn