commit | 70907b854e213a1e666b56eecd678ecc612a6991 | [log] [tgz] |
---|---|---|
author | Roger Quadros <rogerq@ti.com> | Mon May 23 17:37:50 2016 +0300 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 02 21:42:16 2016 -0400 |
tree | 97fc033048f78cf7cbacf8d756fa78aa529de9df | |
parent | f125894c41e1f24776ba3a9b64ca9a33c7ffb283 [diff] |
usb: phy: omap_usb_phy: Fix USB3_PHY DPLL configuration The index returned by get_sys_clk_index() is not exactly what we expect. Let's not rely on that and use get_sys_clk_freq() instead. This fixes missing USB3 devices in the Linux kernel when USB is started in u-boot. It still doesn't fix missing USB3 devices in u-boot though. Signed-off-by: Roger Quadros <rogerq@ti.com>