From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Sun, 27 Jul 2014 00:34:35 +0200 Subject: [U-Boot] [PATCH v3 5/5] sun7i: cubietruck: enable USB EHCI In-Reply-To: <1406320411.4100.43.camel@hastur.hellion.org.uk> References: <9941bd6679491a99ef3c50f76c852eb1ef092662.1405895188.git.rbyshko@gmail.com> <1406320411.4100.43.camel@hastur.hellion.org.uk> Message-ID: <53D42CFB.6070509@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 07/25/2014 10:33 PM, Ian Campbell wrote: > On Thu, 2014-07-24 at 22:54 +0200, Roman Byshko wrote: >> Cubietruck has two USB host controllers. This makes them >> usable by enabling the EHCI driver for them. > > Did you not want to enable for the Cubietruck_FEL config too? > > What about other boards with A20 on them? And does this same driver work > for sun4i, sun5i or sun6i? It should work on sun4i, sun5i and sun7i with one very small modification (which is actually needed for sun5i and sun7i not for sun4i). See my reply to the 2nd patch of this series. > > The wiki seems to suggest yes for sun4i and sun5i at least. I don't > necessarily expect you will want to add the cfg for boards you can't > test yourself but I'm wondering if I should prod people (well, mainly > Hans so far ;-)) to enable on their boards. > > There's a minor conflict with the updated boards.cfg in > u-boot-sunxi.git#next. I can pretty easily resolve it but if you need to > resend the series for some other reason you could save me the trouble > and base it one branch instead of master. I've already cherry picked this patch for adding it to u-boot-sunxi next branch, resolving the conflict myself. Unfortunately we cannot take this patch in sunxi next without also taking the 2nd patch otherwise the build breaks. See my other reply to the 2nd patch in the series on this. Regards, Hans