diff options
author | John Crispin <blogic@openwrt.org> | 2014-09-01 13:22:01 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-09-01 13:22:01 +0000 |
commit | 3fef4f35596f4debe0ab5a9cb5b6e52acac5be5a (patch) | |
tree | 884af5440ee74fffeaaba25142a2bf2e94e39db8 | |
parent | d3a457013292191616121d4b9896a11b3f655e24 (diff) | |
download | upstream-3fef4f35596f4debe0ab5a9cb5b6e52acac5be5a.tar.gz upstream-3fef4f35596f4debe0ab5a9cb5b6e52acac5be5a.tar.bz2 upstream-3fef4f35596f4debe0ab5a9cb5b6e52acac5be5a.zip |
ralink: the mt7620 evb has a usb port
Signed-off-by: John Crispin <blogic@openwrt.org>
Backport of r42293
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42385 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ramips/dts/MT7620a.dts | 8 |
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"; + }; }; |