aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-03-14 18:43:54 +0000
committerJohn Crispin <blogic@openwrt.org>2013-03-14 18:43:54 +0000
commit762628c2161db04b9be4c88f6f09b1425ee3b29e (patch)
tree57568ec8469ed8d87f80fbdde1e135f04869154d
parent6bead98ab0227c1de315a0aa522c49417dddf7a2 (diff)
downloadmaster-187ad058-762628c2161db04b9be4c88f6f09b1425ee3b29e.tar.gz
master-187ad058-762628c2161db04b9be4c88f6f09b1425ee3b29e.tar.bz2
master-187ad058-762628c2161db04b9be4c88f6f09b1425ee3b29e.zip
[lantiq] ACMP252: fix USB-enable GPIO and use default PCI configuration for now
EEPROM is an actial serial EEPROM on the WiFi module, therefore we can remove ralink_eep from the dts. USB power-enable GPIO turned out to be GPIO #3 (found via probing/brute-force). PCI works with default settings as long as the vendor bootloader is used. Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36030 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/lantiq/image/ACMP252.dts9
1 files changed, 1 insertions, 8 deletions
diff --git a/target/linux/lantiq/image/ACMP252.dts b/target/linux/lantiq/image/ACMP252.dts
index 174ae2e7e6..31cb9de5a7 100644
--- a/target/linux/lantiq/image/ACMP252.dts
+++ b/target/linux/lantiq/image/ACMP252.dts
@@ -82,7 +82,7 @@
ifxhcd@E101000 {
status = "okay";
- gpios = <&gpio 28 0>;
+ gpios = <&gpio 3 0>;
};
etop@E180000 {
@@ -91,13 +91,6 @@
pci@E105400 {
status = "okay";
- interrupt-map = <0x7000 0 0 1 &icu0 135 1>;
- req-mask = <0x1>;
};
};
-
- ralink_eep {
- compatible = "ralink,eeprom";
- ralink,eeprom = "RT2860.eeprom";
- };
};