diff options
| author | Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com> | 2021-09-28 08:27:10 +0300 |
|---|---|---|
| committer | Rob Herring <robh@kernel.org> | 2021-10-08 22:31:37 +0300 |
| commit | 387ee9fe458775e4b90172ab375e009601dd41ac (patch) | |
| tree | a7b472ec5c24c93b7ee737e93f9c2227fbe4c98e | |
| parent | a70ae18b9e954d52148f153e8bdea8da55b2959e (diff) | |
| download | linux-387ee9fe458775e4b90172ab375e009601dd41ac.tar.xz | |
dt-binding: usb: xilinx: Add clocking node
Add a clocking node for xilinx udc.
Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/30c7d87ab46a0ea2da2dd04d824f162a2e3da4c8.1632805672.git.shubhrajyoti.datta@xilinx.com
| -rw-r--r-- | Documentation/devicetree/bindings/usb/xlnx,usb2.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/xlnx,usb2.yaml b/Documentation/devicetree/bindings/usb/xlnx,usb2.yaml index b8acc415eaf1..04c123c7252a 100644 --- a/Documentation/devicetree/bindings/usb/xlnx,usb2.yaml +++ b/Documentation/devicetree/bindings/usb/xlnx,usb2.yaml @@ -24,6 +24,12 @@ properties: If present, hardware has dma capability. type: boolean + clocks: + minItems: 1 + + clock-names: + const: s_axi_aclk + required: - compatible - reg |
