diff options
author | John Crispin <blogic@openwrt.org> | 2015-07-14 07:39:19 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-07-14 07:39:19 +0000 |
commit | fdf77beb25c4f32b562824a90f0a0263b78be17a (patch) | |
tree | a5ae2501063ebe4621cc607a71e542ceb6170925 /target | |
parent | 29547a4f3120b90b978526d3691e474c58c37532 (diff) | |
download | master-187ad058-fdf77beb25c4f32b562824a90f0a0263b78be17a.tar.gz master-187ad058-fdf77beb25c4f32b562824a90f0a0263b78be17a.tar.bz2 master-187ad058-fdf77beb25c4f32b562824a90f0a0263b78be17a.zip |
ramips: mt7620 ArcherC20i USB support
USB port of TP-Link Archer C20i does not work with trunk and CC.
This patch adds two nodes (ehci and ohci) to the device tree enabling USB.
Signed-off-by: Gunnar Thorburn <gunnar@thorburn.se>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46348 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/ArcherC20i.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/ArcherC20i.dts b/target/linux/ramips/dts/ArcherC20i.dts index a5037c9fc8..cc3d5c1a0c 100644 --- a/target/linux/ramips/dts/ArcherC20i.dts +++ b/target/linux/ramips/dts/ArcherC20i.dts @@ -77,6 +77,14 @@ ralink,port-map = "wllll"; }; + ehci@101c0000 { + status = "okay"; + }; + + ohci@101c1000 { + status = "okay"; + }; + gsw@10110000 { ralink,port4 = "ephy"; }; |