Author: blogic Date: 2015-07-14 09:39:19 +0200 (Tue, 14 Jul 2015) New Revision: 46348
Modified: trunk/target/linux/ramips/dts/ArcherC20i.dts Log: ramips: mt7620 ArcherC20i USB support 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 <[email protected]> Modified: trunk/target/linux/ramips/dts/ArcherC20i.dts =================================================================== --- trunk/target/linux/ramips/dts/ArcherC20i.dts 2015-07-14 07:39:10 UTC (rev 46347) +++ trunk/target/linux/ramips/dts/ArcherC20i.dts 2015-07-14 07:39:19 UTC (rev 46348) @@ -77,6 +77,14 @@ ralink,port-map = "wllll"; }; + ehci@101c0000 { + status = "okay"; + }; + + ohci@101c1000 { + status = "okay"; + }; + gsw@10110000 { ralink,port4 = "ephy"; }; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
