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>

SVN-Revision: 46348
lede-17.01
John Crispin 2015-07-14 07:39:19 +00:00
parent 2de7910102
commit 0ac2ef13f7
1 changed files with 8 additions and 0 deletions

View File

@ -77,6 +77,14 @@
ralink,port-map = "wllll";
};
ehci@101c0000 {
status = "okay";
};
ohci@101c1000 {
status = "okay";
};
gsw@10110000 {
ralink,port4 = "ephy";
};