summaryrefslogtreecommitdiff
path: root/target/linux/lantiq
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-03-14 18:43:54 +0000
committerJohn Crispin <john@openwrt.org>2013-03-14 18:43:54 +0000
commit4d5860cdd6800806ee90182f4360220192fcd522 (patch)
treea973903931f15e25bff6e7b1839800f8e967f61c /target/linux/lantiq
parent0dbe4f502ddebd36ef138ee8f9b32acb2158c524 (diff)
downloadmtk-20170518-4d5860cdd6800806ee90182f4360220192fcd522.zip
mtk-20170518-4d5860cdd6800806ee90182f4360220192fcd522.tar.gz
mtk-20170518-4d5860cdd6800806ee90182f4360220192fcd522.tar.bz2
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> SVN-Revision: 36030
Diffstat (limited to 'target/linux/lantiq')
-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 174ae2e..31cb9de 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";
- };
};