mirror of https://github.com/hak5/openwrt.git
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: 46348lede-17.01
parent
2de7910102
commit
0ac2ef13f7
|
@ -77,6 +77,14 @@
|
|||
ralink,port-map = "wllll";
|
||||
};
|
||||
|
||||
ehci@101c0000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
ohci@101c1000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
gsw@10110000 {
|
||||
ralink,port4 = "ephy";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue