Re: [U-Boot] [PATCH v2 1/3] AM335x : Add USB support for AM335x in u-boot

2012-06-26 Thread Sohanpal, Harman
> -Original Message- > From: Tom Rini [mailto:tom.r...@gmail.com] On Behalf Of Rini, Tom > Sent: Friday, June 22, 2012 9:34 PM > To: Sohanpal, Harman > Cc: u-boot@lists.denx.de; s...@denx.de; Gene Zarkhin > Subject: Re: [U-Boot] [PATCH v2 1/3] AM335x : Add USB support

Re: [U-Boot] [PATCH v2 1/3] AM335x : Add USB support for AM335x in u-boot

2012-06-22 Thread Tom Rini
On Fri, Jun 22, 2012 at 01:36:33PM +0530, Harman Sohanpal wrote: > From: Gene Zarkhin > > 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

[U-Boot] [PATCH v2 1/3] AM335x : Add USB support for AM335x in u-boot

2012-06-22 Thread Harman Sohanpal
From: Gene Zarkhin 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 Signed-off-by: Harman S