aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches-4.4/0039-MIPS-lantiq-danube-initialize-usb-on-boot.patch
blob: bd42f38c0a8a1724c5d8a1d457d7d38a728fc6a2 (plain)
1
2
3
4
5
6
7
8
9
10
--- 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();