From 0ac2ef13f7a095eb0e397676fae642f59dad59e4 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 14 Jul 2015 07:39:19 +0000 Subject: [PATCH] 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 SVN-Revision: 46348 --- target/linux/ramips/dts/ArcherC20i.dts | 8 ++++++++ 1 file changed, 8 insertions(+) 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"; }; -- 2.30.2