diff mbox series

[v8,2/3] dt-bindings: usb: dwc3-xilinx: Added reset-gpios

Message ID 20220126234017.3619108-3-robert.hancock@calian.com
State New
Headers show
Series Xilinx ZynqMP USB fixes | expand

Commit Message

Robert Hancock Jan. 26, 2022, 11:40 p.m. UTC
Update DT binding to reflect new reset-gpios property.

Signed-off-by: Robert Hancock <robert.hancock@calian.com>
---
 Documentation/devicetree/bindings/usb/dwc3-xilinx.yaml | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Rob Herring Feb. 2, 2022, 12:58 a.m. UTC | #1
On Wed, Jan 26, 2022 at 05:40:16PM -0600, Robert Hancock wrote:
> Update DT binding to reflect new reset-gpios property.
> 
> Signed-off-by: Robert Hancock <robert.hancock@calian.com>
> ---
>  Documentation/devicetree/bindings/usb/dwc3-xilinx.yaml | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/usb/dwc3-xilinx.yaml b/Documentation/devicetree/bindings/usb/dwc3-xilinx.yaml
> index f77c16e203d5..823ce731e95f 100644
> --- a/Documentation/devicetree/bindings/usb/dwc3-xilinx.yaml
> +++ b/Documentation/devicetree/bindings/usb/dwc3-xilinx.yaml
> @@ -59,6 +59,10 @@ properties:
>        - const: usb_hibrst
>        - const: usb_apbrst
>  
> +  reset-gpios:
> +    description: Optional GPIO connected to ULPI PHY reset line.
> +    maxItems: 1

Reset for the PHY belongs in the PHY node.

> +
>    phys:
>      minItems: 1
>      maxItems: 2
> -- 
> 2.31.1
> 
>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/usb/dwc3-xilinx.yaml b/Documentation/devicetree/bindings/usb/dwc3-xilinx.yaml
index f77c16e203d5..823ce731e95f 100644
--- a/Documentation/devicetree/bindings/usb/dwc3-xilinx.yaml
+++ b/Documentation/devicetree/bindings/usb/dwc3-xilinx.yaml
@@ -59,6 +59,10 @@  properties:
       - const: usb_hibrst
       - const: usb_apbrst
 
+  reset-gpios:
+    description: Optional GPIO connected to ULPI PHY reset line.
+    maxItems: 1
+
   phys:
     minItems: 1
     maxItems: 2