aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 2e0660752c0e..4aff1d8dbc4f 100644
--- a/drivers/usb/dwc3/core.c
+++ b/drivers/usb/dwc3/core.c
@@ -1215,7 +1215,7 @@ static void dwc3_get_properties(struct dwc3 *dwc)
1215 u8 tx_max_burst_prd; 1215 u8 tx_max_burst_prd;
1216 1216
1217 /* default to highest possible threshold */ 1217 /* default to highest possible threshold */
1218 lpm_nyet_threshold = 0xff; 1218 lpm_nyet_threshold = 0xf;
1219 1219
1220 /* default to -3.5dB de-emphasis */ 1220 /* default to -3.5dB de-emphasis */
1221 tx_de_emphasis = 1; 1221 tx_de_emphasis = 1;