Re: [U-Boot] [PATCH] usb: host: dwc3: fix phys init

2018-04-26 Thread Marek Vasut
On 04/26/2018 04:00 AM, Bin Meng wrote: > On Wed, Apr 25, 2018 at 5:39 PM, Neil Armstrong > wrote: >> When no PHYs are declared in the dwc3 node, the phy init fails. >> This patch checks if the "phys" property is presend and reports >> the error returned by dev_count_phandle_with_args(). >> >> Th

Re: [U-Boot] [PATCH] usb: host: dwc3: fix phys init

2018-04-25 Thread Bin Meng
On Wed, Apr 25, 2018 at 5:39 PM, Neil Armstrong wrote: > When no PHYs are declared in the dwc3 node, the phy init fails. > This patch checks if the "phys" property is presend and reports > the error returned by dev_count_phandle_with_args(). > > This patchs also fixes the styles issues added in la

Re: [U-Boot] [PATCH] usb: host: dwc3: fix phys init

2018-04-25 Thread Masahiro Yamada
2018-04-25 18:39 GMT+09:00 Neil Armstrong : > When no PHYs are declared in the dwc3 node, the phy init fails. > This patch checks if the "phys" property is presend and reports > the error returned by dev_count_phandle_with_args(). > > This patchs also fixes the styles issues added in last commit. >

[U-Boot] [PATCH] usb: host: dwc3: fix phys init

2018-04-25 Thread Neil Armstrong
When no PHYs are declared in the dwc3 node, the phy init fails. This patch checks if the "phys" property is presend and reports the error returned by dev_count_phandle_with_args(). This patchs also fixes the styles issues added in last commit. This patch should fix the DWC3 support on the UniPhie