aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-08-25 16:31:13 +0000
committerJohn Crispin <blogic@openwrt.org>2014-08-25 16:31:13 +0000
commitbea4338ed0bce041bdbea855b753d87437e71272 (patch)
tree45862c70ca9876495abc09a86c90d2979af15303
parent75682e78bfb5a4745038dc679fed497721bc76eb (diff)
downloadmaster-187ad058-bea4338ed0bce041bdbea855b753d87437e71272.tar.gz
master-187ad058-bea4338ed0bce041bdbea855b753d87437e71272.tar.bz2
master-187ad058-bea4338ed0bce041bdbea855b753d87437e71272.zip
ralink: the mt7620 evb has a usb port
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42293 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/ramips/dts/MT7620a.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/MT7620a.dts b/target/linux/ramips/dts/MT7620a.dts
index 05b8da3e72..826441e633 100644
--- a/target/linux/ramips/dts/MT7620a.dts
+++ b/target/linux/ramips/dts/MT7620a.dts
@@ -116,4 +116,12 @@
linux,code = <0x101>;
};
};
+
+ ehci@101c0000 {
+ status = "okay";
+ };
+
+ ohci@101c1000 {
+ status = "okay";
+ };
};