diff options
author | Ben Mulvihill <ben.mulvihill@gmail.com> | 2016-11-08 22:02:42 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-11-21 11:03:59 +0100 |
commit | c82d5b30e10e6987bb73119c2c08ec9ff4a504dd (patch) | |
tree | fbf3db54048c4479de683d981552af05b1879232 /target/linux/lantiq | |
parent | f478ec2007b93b87fba606eae49688753281c85f (diff) | |
download | upstream-c82d5b30e10e6987bb73119c2c08ec9ff4a504dd.tar.gz upstream-c82d5b30e10e6987bb73119c2c08ec9ff4a504dd.tar.bz2 upstream-c82d5b30e10e6987bb73119c2c08ec9ff4a504dd.zip |
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>
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/patches-4.4/0039-MIPS-lantiq-danube-initialize-usb-on-boot.patch | 10 |
1 files changed, 10 insertions, 0 deletions
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 0000000000..e11578a755 --- /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(); + |