提交 58b179dc 编写于 作者: S Stephen Warren 提交者: Greg Kroah-Hartman

staging: dwc2: disable uframe_sched on the bcm2835

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: NStephen Warren <swarren@wwwdotorg.org>
Acked-by: NPaul Zimmerman <paulz@synopsys.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 2c185ffa
...@@ -72,7 +72,7 @@ static const struct dwc2_core_params params_bcm2835 = { ...@@ -72,7 +72,7 @@ static const struct dwc2_core_params params_bcm2835 = {
.ts_dline = 0, .ts_dline = 0,
.reload_ctl = 0, .reload_ctl = 0,
.ahbcfg = 0x10, .ahbcfg = 0x10,
.uframe_sched = 1, .uframe_sched = 0,
}; };
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册