diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-01-06 18:37:40 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-01-09 23:25:34 +0100 |
commit | f036956e1f6a38bfc4e678adf404f3a717ceaed8 (patch) | |
tree | 4be2e14f5d6af19afbd013c6316a2965e0397b88 /target/linux/lantiq/patches-4.4/0047-poweroff.patch | |
parent | 2dac67464d47fd1c7d87108cfdc04af28d32b264 (diff) | |
download | mtk-20170518-f036956e1f6a38bfc4e678adf404f3a717ceaed8.zip mtk-20170518-f036956e1f6a38bfc4e678adf404f3a717ceaed8.tar.gz mtk-20170518-f036956e1f6a38bfc4e678adf404f3a717ceaed8.tar.bz2 |
lantiq: update USB controller initialization
This adds USB initialization fixes for Danube, Amazon SE and xrx300 and
should fix the clock on at least Danube which hopefully closes FS#351.
The xrx200 usb driver now uses more memory for the dwc2 fifos, this was
increased in the chip compared to ar9.
This is based in part on the vendor documentation and the vendor code
base as a reference.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/lantiq/patches-4.4/0047-poweroff.patch')
-rw-r--r-- | target/linux/lantiq/patches-4.4/0047-poweroff.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/patches-4.4/0047-poweroff.patch b/target/linux/lantiq/patches-4.4/0047-poweroff.patch index 88aed2c..54249bb 100644 --- a/target/linux/lantiq/patches-4.4/0047-poweroff.patch +++ b/target/linux/lantiq/patches-4.4/0047-poweroff.patch @@ -13,7 +13,7 @@ static void ltq_usb_init(void) { /* Power for USB cores 1 & 2 */ -@@ -380,7 +374,6 @@ static int __init mips_reboot_setup(void +@@ -379,7 +373,6 @@ static int __init mips_reboot_setup(void _machine_restart = ltq_machine_restart; _machine_halt = ltq_machine_halt; |