summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-02-15 06:11:03 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-02-15 06:11:02 -0800
commitcafff2d71f3bb33a8c85f0dd8d93e709f982eebb (patch)
tree20c582ad750b317dc3dd78da60565c38864f531d
parent2c441278bd42443d0aaedb07d689f344fedd4ae8 (diff)
parent01c2416de7cb6a1c97d8cfff2176decd5b579f25 (diff)
Merge "usb: dwc3: Fix LPM NYET Threshold value"
-rw-r--r--drivers/usb/dwc3/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/dwc3/core.c b/drivers/usb/dwc3/core.c
index 2ac9b28e036f..5b648460e621 100644
--- a/drivers/usb/dwc3/core.c
+++ b/drivers/usb/dwc3/core.c
@@ -1079,7 +1079,7 @@ static int dwc3_probe(struct platform_device *pdev)
dwc->regs_size = resource_size(res);
/* default to highest possible threshold */
- lpm_nyet_threshold = 0xff;
+ lpm_nyet_threshold = 0xf;
/* default to -3.5dB de-emphasis */
tx_de_emphasis = 1;