mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-11 22:03:15 +00:00
a282ada198
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:
|
||
---|---|---|
.. | ||
include/mach | ||
clock-ipq4019.c | ||
Kconfig | ||
Makefile | ||
pinctrl-ipq4019.c | ||
pinctrl-snapdragon.c | ||
pinctrl-snapdragon.h |