[PATCH] staging: dwc2: disable uframe_sched on the bcm2835

Paul Zimmerman Paul.Zimmerman at synopsys.com
Tue Dec 3 21:40:13 PST 2013


> From: Stephen Warren [mailto:swarren at wwwdotorg.org]
> Sent: Tuesday, December 03, 2013 7:56 PM
> 
> 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 at wwwdotorg.org>
> ---
>  drivers/staging/dwc2/platform.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/dwc2/platform.c b/drivers/staging/dwc2/platform.c
> index 28a78fe..d01d0d3 100644
> --- a/drivers/staging/dwc2/platform.c
> +++ b/drivers/staging/dwc2/platform.c
> @@ -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,
>  };
> 
>  /**
> --
> 1.7.10.4

Acked-by: Paul Zimmerman <paulz at synopsys.com>




More information about the linux-rpi-kernel mailing list