diff options
-rw-r--r-- | Documentation/devicetree/bindings/usb/dwc2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/dwc2.txt b/Documentation/devicetree/bindings/usb/dwc2.txt index 49eac0dc86b0..aafff3a6904d 100644 --- a/Documentation/devicetree/bindings/usb/dwc2.txt +++ b/Documentation/devicetree/bindings/usb/dwc2.txt | |||
@@ -42,6 +42,8 @@ Refer to phy/phy-bindings.txt for generic phy consumer properties | |||
42 | - g-rx-fifo-size: size of rx fifo size in gadget mode. | 42 | - g-rx-fifo-size: size of rx fifo size in gadget mode. |
43 | - g-np-tx-fifo-size: size of non-periodic tx fifo size in gadget mode. | 43 | - g-np-tx-fifo-size: size of non-periodic tx fifo size in gadget mode. |
44 | - g-tx-fifo-size: size of periodic tx fifo per endpoint (except ep0) in gadget mode. | 44 | - g-tx-fifo-size: size of periodic tx fifo per endpoint (except ep0) in gadget mode. |
45 | - snps,need-phy-for-wake: If present indicates that the phy needs to be left | ||
46 | on for remote wakeup during suspend. | ||
45 | - snps,reset-phy-on-wake: If present indicates that we need to reset the PHY when | 47 | - snps,reset-phy-on-wake: If present indicates that we need to reset the PHY when |
46 | we detect a wakeup. This is due to a hardware errata. | 48 | we detect a wakeup. This is due to a hardware errata. |
47 | 49 | ||
@@ -58,4 +60,5 @@ Example: | |||
58 | clock-names = "otg"; | 60 | clock-names = "otg"; |
59 | phys = <&usbphy>; | 61 | phys = <&usbphy>; |
60 | phy-names = "usb2-phy"; | 62 | phy-names = "usb2-phy"; |
63 | snps,need-phy-for-wake; | ||
61 | }; | 64 | }; |