aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2012-08-08 12:14:43 +0000
committerJohn Crispin <blogic@openwrt.org>2012-08-08 12:14:43 +0000
commit00f2d18224f8ba30588e4ee61db1cd9cb26e8438 (patch)
tree21c27324e9893f2f9be1fa3509f3e5231c365cee /target/linux/lantiq
parent8e7bd7eb2e78e47734ac2a0347877aa43e39c790 (diff)
downloadupstream-00f2d18224f8ba30588e4ee61db1cd9cb26e8438.tar.gz
upstream-00f2d18224f8ba30588e4ee61db1cd9cb26e8438.tar.bz2
upstream-00f2d18224f8ba30588e4ee61db1cd9cb26e8438.zip
[lantiq] pci gpio mapping
This patch fixes the GPIO ALTSEL settings for some of the GPIOs used by the PCI subsystem in Lantiq Danube. These changes are required for more than one PCI device to work. Tested with an ARV7510PW having two PCI-devices; a VIA USB controller and a Ralink WLAN mini-PCI card. Signed-off-by: Matti Laakso <malaakso@elisanet.fi> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33054 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r--target/linux/lantiq/patches-3.3/0005-pci-support.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/lantiq/patches-3.3/0005-pci-support.patch b/target/linux/lantiq/patches-3.3/0005-pci-support.patch
index bdc8901f41..59769992df 100644
--- a/target/linux/lantiq/patches-3.3/0005-pci-support.patch
+++ b/target/linux/lantiq/patches-3.3/0005-pci-support.patch
@@ -182,17 +182,17 @@ index be1e1af..7a29738 100644
- { 37, 1, 0, 0, "pci-req4" },
+ { 0, 2, 0, "pci-exin0" },
+ { 1, 2, 0, "pci-exin1" },
-+ { 2, 2, 0, "pci-exin2" },
++ { 2, 1, 0, "pci-exin2" },
+ { 39, 2, 0, "pci-exin3" },
+ { 10, 2, 0, "pci-exin4" },
+ { 9, 2, 0, "pci-exin5" },
+ { 30, 2, 1, "pci-gnt1" },
-+ { 23, 2, 1, "pci-gnt2" },
++ { 23, 1, 1, "pci-gnt2" },
+ { 19, 2, 1, "pci-gnt3" },
+ { 38, 2, 1, "pci-gnt4" },
+ { 29, 2, 0, "pci-req1" },
-+ { 31, 2, 0, "pci-req2" },
-+ { 3, 2, 0, "pci-req3" },
++ { 31, 1, 0, "pci-req2" },
++ { 3, 3, 0, "pci-req3" },
+ { 37, 2, 0, "pci-req4" },
};