[PATCH v1 1/2] dt-binding: cdns,usb3: Add clock and reset

From: Minda Chen
Date: Tue May 02 2023 - 04:19:57 EST


To support generic clock and reset init in Cadence USBSS
controller. Add clock and reset dts configuration.

Signed-off-by: Minda Chen <minda.chen@xxxxxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/usb/cdns,usb3.yaml | 12 ++++++++++++
1 file changed, 12 insertions(+)

diff --git a/Documentation/devicetree/bindings/usb/cdns,usb3.yaml b/Documentation/devicetree/bindings/usb/cdns,usb3.yaml
index cae46c4982ad..7bffd8fb1e38 100644
--- a/Documentation/devicetree/bindings/usb/cdns,usb3.yaml
+++ b/Documentation/devicetree/bindings/usb/cdns,usb3.yaml
@@ -42,6 +42,18 @@ properties:
- const: otg
- const: wakeup

+ clocks:
+ minItems: 1
+
+ clock-names:
+ minItems: 1
+
+ resets:
+ minItems: 1
+
+ reset-names:
+ minItems: 1
+
dr_mode:
enum: [host, otg, peripheral]

--
2.17.1