diff options
author | John Crispin <john@openwrt.org> | 2014-08-25 16:31:13 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-08-25 16:31:13 +0000 |
commit | 0c14bea523076548375ee25f71923e828fc9905c (patch) | |
tree | 7e0848acaff6ce2e452f7b15168268eca7a039ea | |
parent | d3d9d55cde9d4d5612c9a12c306a7708d2dab004 (diff) | |
download | upstream-0c14bea523076548375ee25f71923e828fc9905c.tar.gz upstream-0c14bea523076548375ee25f71923e828fc9905c.tar.bz2 upstream-0c14bea523076548375ee25f71923e828fc9905c.zip |
ralink: the mt7620 evb has a usb port
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42293
-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"; + }; }; |