102cb4742c
Refresh patches on all 4.4 supported platforms. 077-0005-bgmac-stop-clearing-DMA-receive-control-register-rig.patch removed as now upstream. Compile & run tested: ar71xx - Archer C7 v2 Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
11 lines
342 B
Diff
11 lines
342 B
Diff
--- a/arch/mips/lantiq/xway/reset.c
|
|
+++ b/arch/mips/lantiq/xway/reset.c
|
|
@@ -370,6 +370,7 @@ static int __init mips_reboot_setup(void
|
|
panic("Failed to remap core memory");
|
|
|
|
if (of_machine_is_compatible("lantiq,ar9") ||
|
|
+ of_machine_is_compatible("lantiq,danube") ||
|
|
of_machine_is_compatible("lantiq,vr9"))
|
|
ltq_usb_init();
|
|
|