[U-Boot] [PATCH 2/4 v2] musb: Add Phy programming for using external Vbus

2010-06-09 Thread Ajay Kumar Gupta
MUSB PHY on OMAP3EVM Rev = E uses external Vbus supply to support 500mA of power.We need to program MUSB PHY to use external Vbus for this purpose. Adding 'extvbus' member in musb_config structure which should be set by all the boards where MUSB interface is using external Vbus supply. Also

Re: [U-Boot] [PATCH 2/4 v2] musb: Add Phy programming for using external Vbus

2010-06-09 Thread Mike Frysinger
On Wednesday, June 09, 2010 06:45:32 Ajay Kumar Gupta wrote: +static inline u8 musb_read_ulpi_buscontrol(struct musb_regs *musbr) +{} probably want this to return 0 to avoid warnings, otherwise this looks good to me. thanks ! -mike signature.asc Description: This is a digitally signed

Re: [U-Boot] [PATCH 2/4 v2] musb: Add Phy programming for using external Vbus

2010-06-09 Thread Gupta, Ajay Kumar
+static inline u8 musb_read_ulpi_buscontrol(struct musb_regs *musbr) +{} probably want this to return 0 to avoid warnings, otherwise this looks good to me. thanks ! Sure, I will update and repost the patches. Thanks, Ajay -mike ___ U-Boot