Home
last modified time | relevance | path

Searched hist:"68 a775a7665f8cec3c0f6f38179ef5b7eeb2fee0" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/phy/
H A Domap_usb_phy.c68a775a7665f8cec3c0f6f38179ef5b7eeb2fee0 Mon May 23 14:37:50 UTC 2016 Roger Quadros <rogerq@ti.com> 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>