For TP-Link Archer C20i, USB port does not work with CC/trunk. This patch adds two nodes (ehci, ohci) to the Device Tree, enabling USB.
Signed-off-by: Gunnar Thorburn <[email protected]> $ diff -up target/linux/ramips/dts/ArcherC20i.dts{.orig,} --- target/linux/ramips/dts/ArcherC20i.dts.orig 2015-07-05 15:27:04.763421748 +0200 +++ target/linux/ramips/dts/ArcherC20i.dts 2015-07-07 22:17:28.851225781 +0200 @@ -77,6 +77,14 @@ ralink,port-map = "wllll"; }; + ehci@101c0000 { + status = "okay"; + }; + + ohci@101c1000 { + status = "okay"; + }; + gsw@10110000 { ralink,port4 = "ephy"; }; 07.07.2015 11:32 wrote Jonas Gorski: > Hi, > [...] > > Please fix and resend. > > > Jonas The other changes (related to gpio, buttons, leds) I will perhaps submit in the future when I have tested and understood better. Gunnar _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
