lantiq: Initialize USB on AR9 platform
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 14 Sep 2015 20:07:23 +0000 (20:07 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 14 Sep 2015 20:07:23 +0000 (20:07 +0000)
Based on the ltq-hcd driver the AR9 USB can be initialized the same way
as the VR9 platform. Use the same initialization bits for both
platforms.

Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46913 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/lantiq/patches-3.18/0039-MIPS-lantiq-initialize-usb-on-boot.patch
target/linux/lantiq/patches-4.1/0039-MIPS-lantiq-initialize-usb-on-boot.patch

index 052e45e..fd0da8e 100644 (file)
  static int __init mips_reboot_setup(void)
  {
        struct resource res;
-@@ -223,6 +293,9 @@ static int __init mips_reboot_setup(void
+@@ -223,6 +293,10 @@ static int __init mips_reboot_setup(void
        if (!ltq_rcu_membase)
                panic("Failed to remap core memory");
  
-+      if (of_machine_is_compatible("lantiq,vr9"))
++      if (of_machine_is_compatible("lantiq,ar9") ||
++          of_machine_is_compatible("lantiq,vr9"))
 +              ltq_usb_init();
 +
        _machine_restart = ltq_machine_restart;
index 052e45e..fd0da8e 100644 (file)
  static int __init mips_reboot_setup(void)
  {
        struct resource res;
-@@ -223,6 +293,9 @@ static int __init mips_reboot_setup(void
+@@ -223,6 +293,10 @@ static int __init mips_reboot_setup(void
        if (!ltq_rcu_membase)
                panic("Failed to remap core memory");
  
-+      if (of_machine_is_compatible("lantiq,vr9"))
++      if (of_machine_is_compatible("lantiq,ar9") ||
++          of_machine_is_compatible("lantiq,vr9"))
 +              ltq_usb_init();
 +
        _machine_restart = ltq_machine_restart;