Author: blogic
Date: 2014-11-08 14:45:26 +0100 (Sat, 08 Nov 2014)
New Revision: 43216

Modified:
   
trunk/target/linux/ramips/patches-3.14/0032-PCI-MIPS-adds-mt7620a-pcie-driver.patch
Log:
ralink: fix a regression that broke pcie on mt7621

i accidentally dropped 2 lines while adding mt7628 support

Signed-off-by: John Crispin <[email protected]>

Modified: 
trunk/target/linux/ramips/patches-3.14/0032-PCI-MIPS-adds-mt7620a-pcie-driver.patch
===================================================================
--- 
trunk/target/linux/ramips/patches-3.14/0032-PCI-MIPS-adds-mt7620a-pcie-driver.patch
 2014-11-08 12:27:41 UTC (rev 43215)
+++ 
trunk/target/linux/ramips/patches-3.14/0032-PCI-MIPS-adds-mt7620a-pcie-driver.patch
 2014-11-08 13:45:26 UTC (rev 43216)
@@ -13,8 +13,8 @@
 
 Index: linux-3.14.18/arch/mips/pci/Makefile
 ===================================================================
---- linux-3.14.18.orig/arch/mips/pci/Makefile  2014-11-07 11:21:04.465149498 
+0100
-+++ linux-3.14.18/arch/mips/pci/Makefile       2014-11-07 11:21:04.477149928 
+0100
+--- linux-3.14.18.orig/arch/mips/pci/Makefile  2014-11-08 01:45:46.691495137 
+0100
++++ linux-3.14.18/arch/mips/pci/Makefile       2014-11-08 01:45:46.703495582 
+0100
 @@ -42,6 +42,7 @@
  obj-$(CONFIG_LANTIQ)          += fixup-lantiq.o
  obj-$(CONFIG_PCI_LANTIQ)      += pci-lantiq.o ops-lantiq.o
@@ -26,8 +26,8 @@
 Index: linux-3.14.18/arch/mips/pci/pci-mt7620a.c
 ===================================================================
 --- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ linux-3.14.18/arch/mips/pci/pci-mt7620a.c  2014-11-07 11:26:15.884263666 
+0100
-@@ -0,0 +1,412 @@
++++ linux-3.14.18/arch/mips/pci/pci-mt7620a.c  2014-11-08 01:53:41.205013063 
+0100
+@@ -0,0 +1,415 @@
 +/*
 + *  Ralink MT7620A SoC PCI support
 + *
@@ -284,6 +284,9 @@
 +      rt_sysc_m32(~0x7fffffff, 0x80000000, RALINK_PCIE_CLK_GEN);
 +      rt_sysc_m32(~0x80ffffff, 0xa << 24, RALINK_PCIE_CLK_GEN1);
 +
++      mdelay(50);
++      reset_control_deassert(rstpcie0);
++
 +      return 0;
 +}
 +
@@ -442,8 +445,8 @@
 +arch_initcall(mt7620_pci_init);
 Index: linux-3.14.18/arch/mips/ralink/Kconfig
 ===================================================================
---- linux-3.14.18.orig/arch/mips/ralink/Kconfig        2014-11-07 
11:21:04.465149498 +0100
-+++ linux-3.14.18/arch/mips/ralink/Kconfig     2014-11-07 11:21:04.477149928 
+0100
+--- linux-3.14.18.orig/arch/mips/ralink/Kconfig        2014-11-08 
01:45:46.691495137 +0100
++++ linux-3.14.18/arch/mips/ralink/Kconfig     2014-11-08 01:45:46.703495582 
+0100
 @@ -39,6 +39,7 @@
                bool "MT7620/8"
                select USB_ARCH_HAS_OHCI
@@ -454,8 +457,8 @@
                bool "MT7621"
 Index: linux-3.14.18/arch/mips/include/asm/mach-ralink/mt7620.h
 ===================================================================
---- linux-3.14.18.orig/arch/mips/include/asm/mach-ralink/mt7620.h      
2014-11-07 11:21:04.453149067 +0100
-+++ linux-3.14.18/arch/mips/include/asm/mach-ralink/mt7620.h   2014-11-07 
11:21:04.477149928 +0100
+--- linux-3.14.18.orig/arch/mips/include/asm/mach-ralink/mt7620.h      
2014-11-08 01:45:46.659493958 +0100
++++ linux-3.14.18/arch/mips/include/asm/mach-ralink/mt7620.h   2014-11-08 
01:45:46.703495582 +0100
 @@ -19,6 +19,7 @@
        MT762X_SOC_MT7620N,
        MT762X_SOC_MT7628AN,
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to