]> Pileus Git - ~andy/linux/commitdiff
staging: dwc2: disable uframe_sched on the bcm2835
authorStephen Warren <swarren@wwwdotorg.org>
Wed, 4 Dec 2013 03:56:05 +0000 (20:56 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Dec 2013 23:31:09 +0000 (15:31 -0800)
While Paul said that .uframe_sched should be enabled on the BCM2835,
and doing so works fine with the built-in wired Ethernet, it prevents
my WiFi dongle from operating correctly. Hence, disable the option so
that everything works.

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Acked-by: Paul Zimmerman <paulz@synopsys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dwc2/platform.c

index 28a78fe4845319696c7037462560fc9da2133b38..d01d0d3f2cf0981b9e89654cac5697f747ef6d48 100644 (file)
@@ -72,7 +72,7 @@ static const struct dwc2_core_params params_bcm2835 = {
        .ts_dline                       = 0,
        .reload_ctl                     = 0,
        .ahbcfg                         = 0x10,
-       .uframe_sched                   = 1,
+       .uframe_sched                   = 0,
 };
 
 /**