1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

lantiq: initialise dwc2 on danube

Initialise dwc2 usb driver on danube boards as well as ar9 and vr9.

Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>
This commit is contained in:
Ben Mulvihill 2016-11-08 22:02:42 +01:00 committed by John Crispin
parent f478ec2007
commit c82d5b30e1

@ -0,0 +1,10 @@
--- a/arch/mips/lantiq/xway/reset.c 2016-01-20 08:45:18.382597595 +0100
+++ b/arch/mips/lantiq/xway/reset.c 2016-01-20 08:45:31.927107016 +0100
@@ -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();