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