brcm2708: update against latest rpi-3.10.y branch
[openwrt.git] / target / linux / brcm2708 / patches-3.10 / 0043-Default-to-dwc_otp.lpm_enable-0.patch
1 From 2a720d265e89fc6145b87420c4cefec1582afa80 Mon Sep 17 00:00:00 2001
2 From: popcornmix <popcornmix@gmail.com>
3 Date: Tue, 11 Dec 2012 18:23:03 +0000
4 Subject: [PATCH 043/174] Default to dwc_otp.lpm_enable=0
5
6 ---
7  drivers/usb/host/dwc_otg/dwc_otg_driver.c | 2 +-
8  1 file changed, 1 insertion(+), 1 deletion(-)
9
10 --- a/drivers/usb/host/dwc_otg/dwc_otg_driver.c
11 +++ b/drivers/usb/host/dwc_otg/dwc_otg_driver.c
12 @@ -228,7 +228,7 @@ static struct dwc_otg_driver_module_para
13         .rx_thr_length = -1,
14         .pti_enable = -1,
15         .mpi_enable = -1,
16 -       .lpm_enable = -1,
17 +       .lpm_enable = 0,
18         .ic_usb_cap = -1,
19         .ahb_thr_ratio = -1,
20         .power_down = -1,