[OpenWrt-Devel] [PATCH] ramips mt7620 Archer C20i USB support
Gunnar Thorburn
gunnar at thorburn.se
Thu Jun 25 17:19:12 EDT 2015
A simple patch to 15.05 is required to enable USB on Archer C20i.
$ diff -up target/linux/ramips/dts/ArcherC20i.dts{.orig,}
--- target/linux/ramips/dts/ArcherC20i.dts.orig 2015-06-25
20:06:24.175594738 +0200
+++ target/linux/ramips/dts/ArcherC20i.dts 2015-06-25 20:07:33.497268021
+0200
@@ -69,6 +69,14 @@
};
};
+ ehci at 101c0000 {
+ status = "okay";
+ };
+
+ ohci at 101c1000 {
+ status = "okay";
+ };
+
ethernet at 10100000 {
pinctrl-names = "default";
pinctrl-0 = <&ephy_pins>;
It has been discussed here:
https://forum.openwrt.org/viewtopic.php?pid=281009#p281009
I have confirmed it works for me too.
Thank you for your work.
Signed-off-by: Gunnar Thorburn <gunnar at thorburn.se>
_______________________________________________
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