Skip to content

Commit

Permalink
Default to dwc_otp.lpm_enable=0
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Nov 16, 2013
1 parent 8998330 commit 9025bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/host/dwc_otg/dwc_otg_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ static struct dwc_otg_driver_module_params dwc_otg_module_params = {
.rx_thr_length = -1,
.pti_enable = -1,
.mpi_enable = -1,
.lpm_enable = -1,
.lpm_enable = 0,
.ic_usb_cap = -1,
.ahb_thr_ratio = -1,
.power_down = -1,
Expand Down

0 comments on commit 9025bc5

Please sign in to comment.