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 > Cc: Ahmad Zainie > Cc: Felipe Balbi > Cc: linux-usb@vger.kernel.org > Signed-off-by: Rob Herring > --- > .../devicetree/bindings/usb/intel,keembay-dwc3.yaml | 3 +++ > Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 6 ++++++ > 2 files changed, 9 insertions(+) Reviewed-by: Thierry Reding