diff options
author | John Youn <John.Youn@synopsys.com> | 2015-10-02 20:30:57 -0700 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-10-09 16:06:59 -0500 |
commit | ec791d149bca4511e7d3a6a92bb3b030c5a443f9 (patch) | |
tree | 8b4120bbce2831794e5c66c995ff2c72a6317fe2 /Documentation/devicetree/bindings/usb | |
parent | bb7f3d6d323a56b9c3b3e727380d1395a7f10107 (diff) | |
download | linux-ec791d149bca4511e7d3a6a92bb3b030c5a443f9.tar.gz linux-ec791d149bca4511e7d3a6a92bb3b030c5a443f9.tar.bz2 linux-ec791d149bca4511e7d3a6a92bb3b030c5a443f9.zip |
usb: dwc3: Add dis_enblslpm_quirk
Add a quirk to clear the GUSB2PHYCFG.ENBLSLPM bit, which controls
whether the PHY receives the suspend signal from the controller.
Cc: <stable@vger.kernel.org> # v3.18+
Signed-off-by: John Youn <johnyoun@synopsys.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'Documentation/devicetree/bindings/usb')
-rw-r--r-- | Documentation/devicetree/bindings/usb/dwc3.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/dwc3.txt b/Documentation/devicetree/bindings/usb/dwc3.txt index 8c7d58553681..9ff48e0defb4 100644 --- a/Documentation/devicetree/bindings/usb/dwc3.txt +++ b/Documentation/devicetree/bindings/usb/dwc3.txt @@ -35,6 +35,8 @@ Optional properties: LTSSM during USB3 Compliance mode. - snps,dis_u3_susphy_quirk: when set core will disable USB3 suspend phy. - snps,dis_u2_susphy_quirk: when set core will disable USB2 suspend phy. + - snps,dis_enblslpm_quirk: when set clears the enblslpm in GUSB2PHYCFG, + disabling the suspend signal to the PHY. - snps,is-utmi-l1-suspend: true when DWC3 asserts output signal utmi_l1_suspend_n, false when asserts utmi_sleep_n - snps,hird-threshold: HIRD threshold |