Re: [PATCH] dt-bindings: usb: Add missing properties used in examples

From: Rob Herring
Date: Wed Dec 08 2021 - 09:47:14 EST


On Mon, Dec 06, 2021 at 07:25:09PM +0100, Greg Kroah-Hartman wrote:
> On Mon, Dec 06, 2021 at 11:41:12AM -0600, Rob Herring wrote:
> > With 'unevaluatedProperties' support implemented, the following warnings
> > are generated in the usb examples:
> >
> > Documentation/devicetree/bindings/usb/intel,keembay-dwc3.example.dt.yaml: usb: usb@34000000: Unevaluated properties are not allowed ('reg' was unexpected)
> > Documentation/devicetree/bindings/usb/snps,dwc3.example.dt.yaml: usb@4a030000: Unevaluated properties are not allowed ('reg' was unexpected)
> >
> > Add the missing property definitions.
> >
> > Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> > Cc: Ahmad Zainie <wan.ahmad.zainie.wan.mohamad@xxxxxxxxx>
> > Cc: Felipe Balbi <balbi@xxxxxxxxxx>
> > Cc: linux-usb@xxxxxxxxxxxxxxx
> > Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
> > ---
> > .../devicetree/bindings/usb/intel,keembay-dwc3.yaml | 3 +++
> > Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 6 ++++++
> > 2 files changed, 9 insertions(+)
>
> Do you want me to take these in my tree? If not, you can take them in
> yours:
> Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
>
> Which ever is easier for you.

I'll take them.

Rob