[OpenWrt-Devel] [PATCH] ramips mt7620: ArcherC20i USB support and more

Gunnar Thorburn gunnar at thorburn.se
Wed Jul 8 14:57:53 EDT 2015


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 <gunnar at thorburn.se>

$ 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 at 101c0000 {
+		status = "okay";
+	};
+
+	ohci at 101c1000 {
+		status = "okay";
+	};
+
 	gsw at 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
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list