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

2015-07-09 Thread Gunnar Thorburn
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 --- target/linux/ramips/dts/ArcherC20i.dts | 8 1 file changed, 8 insertions(+) diff --git a/target/linux/ramips/d

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

2015-07-08 Thread John Crispin
Hi, the prefix is wrong please change it to "ramips:" there is also trailing stuff in the mail and see below On 08/07/2015 20:57, Gunnar Thorburn wrote: > 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. > >

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

2015-07-08 Thread Gunnar Thorburn
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 $ diff -up target/linux/ramips/dts/ArcherC20i.dts{.orig,} --- target/linux/ramips/dts/ArcherC20i.dts.orig 2015-07-05 15:27:04.76

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

2015-07-07 Thread Jonas Gorski
Hi, On Mon, Jul 6, 2015 at 11:56 PM, Gunnar Thorburn wrote: > Hi, > > The patch (actually the entire file) was contributed on the OpenWrt forum: > https://forum.openwrt.org/viewtopic.php?pid=281794#p281794 > My contribution is that I have tested it and that I am trying to submit it > here. > > I

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

2015-07-06 Thread Gunnar Thorburn
Hi, The patch (actually the entire file) was contributed on the OpenWrt forum: https://forum.openwrt.org/viewtopic.php?pid=281794#p281794 My contribution is that I have tested it and that I am trying to submit it here. I can confirm that: 1) My ArcherC20i works fine with the patch applied

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

2015-07-06 Thread Jonas Gorski
Hi, On Mon, Jul 6, 2015 at 10:36 PM, Gunnar Thorburn wrote: > Hi, > > Trunk and CC image for ArcherC20i do not support USB/leds/buttons. > This patch is for an updated/improved .dts-file. Please describe what you changed (added/removed/changed nodes/properties). > See also: https://forum.openwr

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

2015-07-06 Thread Gunnar Thorburn
Hi, Trunk and CC image for ArcherC20i do not support USB/leds/buttons. This patch is for an updated/improved .dts-file. See also: https://forum.openwrt.org/viewtopic.php?pid=281794#p281794 Signed-off-by: Gunnar Thorburn $ diff -up target/linux/ramips/dts/ArcherC20i.dts{.orig,} --- target/linux