diff options
author | John Crispin <john@openwrt.org> | 2013-11-18 09:34:46 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-11-18 09:34:46 +0000 |
commit | 3d547b740a5e193f4dbf44736f9012604af194cb (patch) | |
tree | 6a91cd2bd04c644f3af014fd08f401f87781976a /target/linux | |
parent | c9be7cfef98a30b4ca4636d7e38832705b6d6a5c (diff) | |
download | upstream-3d547b740a5e193f4dbf44736f9012604af194cb.tar.gz upstream-3d547b740a5e193f4dbf44736f9012604af194cb.tar.bz2 upstream-3d547b740a5e193f4dbf44736f9012604af194cb.zip |
ralink: make usb work on the mt7530 eval kit
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38844
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/dts/MT7620a_MT7530.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/MT7620a_MT7530.dts b/target/linux/ramips/dts/MT7620a_MT7530.dts index 4b64e56ba8..2888efd5f1 100644 --- a/target/linux/ramips/dts/MT7620a_MT7530.dts +++ b/target/linux/ramips/dts/MT7620a_MT7530.dts @@ -104,4 +104,12 @@ pcie@10140000 { status = "okay"; }; + + ehci@101c0000 { + status = "okay"; + }; + + ohci@101c1000 { + status = "okay"; + }; }; |