ramips: mt7620 ArcherC20i USB support
authorJohn Crispin <john@openwrt.org>
Tue, 14 Jul 2015 07:39:19 +0000 (07:39 +0000)
committerJohn Crispin <john@openwrt.org>
Tue, 14 Jul 2015 07:39:19 +0000 (07:39 +0000)
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

target/linux/ramips/dts/ArcherC20i.dts

index a5037c9fc8cc83f874b0ab1bf3c3182559f5b53d..cc3d5c1a0cd21823006d5fd583ef0b093555dd4f 100644 (file)
                ralink,port-map = "wllll";
        };
 
+       ehci@101c0000 {
+               status = "okay";
+       };
+
+       ohci@101c1000 {
+               status = "okay";
+       };
+
        gsw@10110000 {
                ralink,port4 = "ephy";
        };