[PATCH] staging: dwc2: disable uframe_sched on the bcm2835
Stephen Warren
swarren at wwwdotorg.org
Tue Dec 3 19:56:05 PST 2013
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
More information about the linux-rpi-kernel
mailing list