diff options
author | Huang Rui <ray.huang@amd.com> | 2014-10-31 11:11:14 +0800 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2014-11-03 10:03:39 -0600 |
commit | 0effe0a3e741c0e2318f541ce207c9bd6cfe985c (patch) | |
tree | 12e9459e375e2b9ea3891dc267e9771371571a73 /drivers/usb/dwc3/platform_data.h | |
parent | 59acfa208164205f94a11f454d08cd88f06b9908 (diff) | |
download | linux-0effe0a3e741c0e2318f541ce207c9bd6cfe985c.tar.bz2 |
usb: dwc3: add disable usb2 suspend phy quirk
This patch adds disable usb2 suspend phy quirk, and some special platforms
can configure that if it is needed.
Signed-off-by: Huang Rui <ray.huang@amd.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 0f1d5adc657d..245300be057a 100644 --- a/drivers/usb/dwc3/platform_data.h +++ b/drivers/usb/dwc3/platform_data.h @@ -37,6 +37,7 @@ struct dwc3_platform_data { unsigned lfps_filter_quirk:1; unsigned rx_detect_poll_quirk:1; unsigned dis_u3_susphy_quirk:1; + unsigned dis_u2_susphy_quirk:1; unsigned tx_de_emphasis_quirk:1; unsigned tx_de_emphasis:2; |