From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 26 Apr 2018 14:03:42 +0200 Subject: [U-Boot] [PATCH] usb: host: dwc3: fix phys init In-Reply-To: References: <1524649148-27897-1-git-send-email-narmstrong@baylibre.com> Message-ID: <44f39c31-ccf0-bdbc-cd4f-ecc212774d8b@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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(). >> >> This patchs also fixes the styles issues added in last commit. >> >> This patch should fix the DWC3 support on the UniPhier SoC family. >> >> Fixes: 7c839ea70c49 ("usb: host: dwc3: Add support for multiple PHYs") >> Reported-by: Masahiro Yamada >> Signed-off-by: Neil Armstrong >> --- >> drivers/usb/host/xhci-dwc3.c | 23 +++++++++++++---------- >> 1 file changed, 13 insertions(+), 10 deletions(-) >> > > Reviewed-by: Bin Meng > Applied, thanks -- Best regards, Marek Vasut