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 /drivers/usb/dwc3/platform_data.h | |
parent | bb7f3d6d323a56b9c3b3e727380d1395a7f10107 (diff) | |
download | blackbird-op-linux-ec791d149bca4511e7d3a6a92bb3b030c5a443f9.tar.gz blackbird-op-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 'drivers/usb/dwc3/platform_data.h')
-rw-r--r-- | drivers/usb/dwc3/platform_data.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/dwc3/platform_data.h b/drivers/usb/dwc3/platform_data.h index 400b197d9985..2bb4d3ad0e6b 100644 --- a/drivers/usb/dwc3/platform_data.h +++ b/drivers/usb/dwc3/platform_data.h @@ -42,6 +42,7 @@ struct dwc3_platform_data { unsigned rx_detect_poll_quirk:1; unsigned dis_u3_susphy_quirk:1; unsigned dis_u2_susphy_quirk:1; + unsigned dis_enblslpm_quirk:1; unsigned tx_de_emphasis_quirk:1; unsigned tx_de_emphasis:2; |