Re: [U-Boot] [PATCH v3 1/3] drivers: usb: fsl: add USB ULPI init code

2016-10-16 Thread Marek Vasut
On 10/12/2016 12:41 PM, Rajesh Bhagat wrote: > This adds the required code to set up a ULPI USB port, for > new NXP USB PHY used in QorIQ platforms. > > To use this both CONFIG_USB_ULPI and CONFIG_USB_ULPI_VIEWPORT > have to be set in the board configuration file. > > Signed-off-by: Rajesh Bhagat

[U-Boot] [PATCH v3 1/3] drivers: usb: fsl: add USB ULPI init code

2016-10-12 Thread Rajesh Bhagat
This adds the required code to set up a ULPI USB port, for new NXP USB PHY used in QorIQ platforms. To use this both CONFIG_USB_ULPI and CONFIG_USB_ULPI_VIEWPORT have to be set in the board configuration file. Signed-off-by: Rajesh Bhagat --- Changes in v3: - Rebased to u-boot-usb master Chang