Hi Serge, Thank you for the patch. > -----Original Message----- > From: Serge Semin <Sergey.Semin@xxxxxxxxxxxxxxxxxxxx> > Sent: 05 December 2020 15:24 > To: Mathias Nyman <mathias.nyman@xxxxxxxxx>; Felipe Balbi <balbi@xxxxxxxxxx>; Krzysztof Kozlowski > <krzk@xxxxxxxxxx>; Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>; Rob Herring <robh+dt@xxxxxxxxxx>; > Chunfeng Yun <chunfeng.yun@xxxxxxxxxxxx>; Prabhakar Mahadev Lad <prabhakar.mahadev- > lad.rj@xxxxxxxxxxxxxx>; Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> > Cc: Serge Semin <Sergey.Semin@xxxxxxxxxxxxxxxxxxxx>; Serge Semin <fancer.lancer@xxxxxxxxx>; Alexey > Malahov <Alexey.Malahov@xxxxxxxxxxxxxxxxxxxx>; Pavel Parkhomenko > <Pavel.Parkhomenko@xxxxxxxxxxxxxxxxxxxx>; Andy Gross <agross@xxxxxxxxxx>; Bjorn Andersson > <bjorn.andersson@xxxxxxxxxx>; Manu Gautam <mgautam@xxxxxxxxxxxxxx>; Roger Quadros <rogerq@xxxxxx>; > Neil Armstrong <narmstrong@xxxxxxxxxxxx>; Kevin Hilman <khilman@xxxxxxxxxxxx>; Martin Blumenstingl > <martin.blumenstingl@xxxxxxxxxxxxxx>; Ahmad Zainie <wan.ahmad.zainie.wan.mohamad@xxxxxxxxx>; linux- > arm-kernel@xxxxxxxxxxxxxxxxxxx; linux-snps-arc@xxxxxxxxxxxxxxxxxxx; linux-mips@xxxxxxxxxxxxxxx; > linuxppc-dev@xxxxxxxxxxxxxxxx; linux-usb@xxxxxxxxxxxxxxx; devicetree@xxxxxxxxxxxxxxx; linux- > kernel@xxxxxxxxxxxxxxx; Rob Herring <robh@xxxxxxxxxx> > Subject: [PATCH v5 09/19] dt-bindings: usb: renesas-xhci: Refer to the usb-xhci.yaml file > > With minor peculiarities (like uploading some vendor-specific firmware) > these are just Generic xHCI controllers fully compatible with its > properties. Make sure the Renesas USB xHCI DT nodes are also validated > against the Generic xHCI DT schema. > > Signed-off-by: Serge Semin <Sergey.Semin@xxxxxxxxxxxxxxxxxxxx> > Reviewed-by: Rob Herring <robh@xxxxxxxxxx> > Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> > --- > Documentation/devicetree/bindings/usb/renesas,usb-xhci.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> Cheers, Prabhakar > diff --git a/Documentation/devicetree/bindings/usb/renesas,usb-xhci.yaml > b/Documentation/devicetree/bindings/usb/renesas,usb-xhci.yaml > index 0f078bd0a3e5..7e5ed196b52c 100644 > --- a/Documentation/devicetree/bindings/usb/renesas,usb-xhci.yaml > +++ b/Documentation/devicetree/bindings/usb/renesas,usb-xhci.yaml > @@ -11,7 +11,7 @@ maintainers: > - Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> > > allOf: > - - $ref: "usb-hcd.yaml" > + - $ref: "usb-xhci.yaml" > > properties: > compatible: > @@ -69,7 +69,7 @@ required: > - power-domains > - resets > > -additionalProperties: false > +unevaluatedProperties: false > > examples: > - | > -- > 2.29.2