
2 Dec
2020
2 Dec
'20
10:22 p.m.
On Wed, Oct 28, 2020 at 01:56:26PM +0100, Robert Marko wrote:
USB clocks were completely forgotten as driver would always return 0 even if clock ID was unknown.
This behaviour changed with "IPQ40xx: clk: dont always return 0" and this will now causes the USB-s to fail probing as clock enable will return -EINVAL.
So to fix that lets add all of the USB clocks to the driver.
Fixes: 430e1dcf ("IPQ40xx: Add USB nodes")
Signed-off-by: Robert Marko robert.marko@sartura.hr Cc: Luka Perkov luka.perkov@sartura.hr
Applied to u-boot/next, thanks!
--
Tom