[LEDE-DEV] [PATCH v2 1/4] lantiq: initialise dwc2 on danube

Ben Mulvihill ben.mulvihill at gmail.com
Tue Nov 8 13:02:42 PST 2016


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

Signed-off-by: Ben Mulvihill <ben.mulvihill at gmail.com>
---
diff -uprN a/target/linux/lantiq/patches-4.4/0039-MIPS-lantiq-danube-initialize-usb-on-boot.patch b/target/linux/lantiq/patches-4.4/0039-MIPS-lantiq-danube-initialize-usb-on-boot.patch
--- a/target/linux/lantiq/patches-4.4/0039-MIPS-lantiq-danube-initialize-usb-on-boot.patch	1970-01-01 01:00:00.000000000 +0100
+++ b/target/linux/lantiq/patches-4.4/0039-MIPS-lantiq-danube-initialize-usb-on-boot.patch	2016-01-20 09:43:35.522128608 +0100
@@ -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();
+ 




More information about the Lede-dev mailing list