
22 Jun
2012
22 Jun
'12
6:04 p.m.
On Fri, Jun 22, 2012 at 01:36:33PM +0530, Harman Sohanpal wrote:
From: Gene Zarkhin gene_zarkhin@bose.com
This patch adds USB support in uboot for AM335x. By default the USB 1 module is enabled. The support for USB 0 can be enabled by changing the USB base address and the phy control register address in the header file am335x.h.
Signed-off-by: Gene Zarkhin gene_zarkhin@bose.com Signed-off-by: Harman Sohanpal harman_sohanpal@ti.com
iirc this is because USB 1 has a full size connector and USB 0 has a mini connector so 1 is used as "host" and 0 as "gadget". We need to make this clear in the commit message and think about how to easily build for one port or the other. Thanks!
--
Tom