Message ID | 20220126234017.3619108-3-robert.hancock@calian.com |
---|---|
State | New |
Headers | show |
Series | Xilinx ZynqMP USB fixes | expand |
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 --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
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(+)