Commits
Alexandre Bailon committed 44a4dbb3577
usb: musb: da8xx: Call earlier clk_prepare_enable() commit 09721ba6daa19e75446bac463acf9c28e8ed9acc upstream. The first attempt to read a register may fail because the clock may not be enabled, and then the probe of musb driver will fail. Call clk_prepare_enable() before the first register read. Signed-off-by: Alexandre Bailon <abailon@baylibre.com> Signed-off-by: Bin Liu <b-liu@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Sekhar Nori <nsekhar@ti.com>