Re: [PATCH v3 1/2] dt-binding: usb: xilinx: Add clocking node
From: Rob Herring <robh@kernel.org>
Date: 2021-09-27 19:00:49
Also in:
linux-usb
From: Rob Herring <robh@kernel.org>
Date: 2021-09-27 19:00:49
Also in:
linux-usb
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 <redacted> --- 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