[source] lantiq: initialise dwc2 on danube

LEDE Commits lede-commits at lists.infradead.org
Mon Nov 21 02:25:06 PST 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/c82d5b30e10e6987bb73119c2c08ec9ff4a504dd

commit c82d5b30e10e6987bb73119c2c08ec9ff4a504dd
Author: Ben Mulvihill <ben.mulvihill at gmail.com>
AuthorDate: Tue Nov 8 22:02:42 2016 +0100

    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 at gmail.com>
---
 .../0039-MIPS-lantiq-danube-initialize-usb-on-boot.patch       | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git 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
new file mode 100644
index 0000000..e11578a
--- /dev/null
+++ b/target/linux/lantiq/patches-4.4/0039-MIPS-lantiq-danube-initialize-usb-on-boot.patch
@@ -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-commits mailing list