diff mbox series

[v2,2/2] dt-binding: usb: xilinx: Add clocking node

Message ID 01211a76aab345fbecf3bb3f4cde6d0ad79864ab.1631871264.git.shubhrajyoti.datta@xilinx.com
State Superseded, archived
Headers show
Series usb: gadget: Add clock support | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Shubhrajyoti Datta Sept. 17, 2021, 9:50 a.m. UTC
Add a clocking node for xilinx udc.

Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
---
 Documentation/devicetree/bindings/usb/xlnx,usb2.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)
diff mbox series

Patch

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:
+    const: "s_axi_aclk"
+    description: |
+      Input clock name.
+
 required:
   - compatible
   - reg