Re: [PATCH/RFT v2 07/17] ARM: davinci: da8xx: Enable the usb20 "per" clk on phy_clk_enable

From: David Lechner
Date: Mon Oct 24 2016 - 22:53:11 EST


On 10/24/2016 11:46 AM, ahaslam@xxxxxxxxxxxx wrote:
From: Axel Haslam <ahaslam@xxxxxxxxxxxx>

While probing ochi phy with usb20 phy as a parent clock for usb11_phy,
the usb20_phy clock enable would time out. This is because the usb20
module clock needs to enabled while trying to lock the usb20_phy PLL.

Call clk enable and get for the usb20 peripheral before trying to
enable the phy PLL.

Signed-off-by: Axel Haslam <ahaslam@xxxxxxxxxxxx>
---


This patch can be combined with "ARM: davinci: da8xx: add usb phy clocks" since that patch has not been merged yet.

If you like, I can resubmit my patches from this series along with the changes from this patch.