ramips: mt7620 ArcherC20i USB support
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 14 Jul 2015 07:39:19 +0000 (07:39 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46348 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ramips/dts/ArcherC20i.dts

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