On Wed, Sep 22, 2021 at 04:41:25PM +0530, Shubhrajyoti Datta wrote: > Add a clocking node for xilinx udc. > > Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xxxxxxxxxx> > --- > Documentation/devicetree/bindings/usb/xlnx,usb2.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/Documentation/devicetree/bindings/usb/xlnx,usb2.yaml b/Documentation/devicetree/bindings/usb/xlnx,usb2.yaml > index b8acc415eaf1..39213806ac79 100644 > --- a/Documentation/devicetree/bindings/usb/xlnx,usb2.yaml > +++ b/Documentation/devicetree/bindings/usb/xlnx,usb2.yaml > @@ -24,6 +24,14 @@ properties: > If present, hardware has dma capability. > type: boolean > > + clocks: > + minItems: 1 > + > + clock-name: I think you meant 'clock-names'. > + const: "s_axi_aclk" Don't need quotes. > + description: | > + Input clock name. That's every 'clock-names'. You can drop description. > + > required: > - compatible > - reg > -- > 2.25.1 > >