OSDN Git Service

phy: omap-usb2: Fix missing clk_prepare call when using old dt name
authorAxel Lin <axel.lin@ingics.com>
Wed, 11 Mar 2015 01:41:34 +0000 (09:41 +0800)
committerKishon Vijay Abraham I <kishon@ti.com>
Fri, 13 Mar 2015 11:44:39 +0000 (17:14 +0530)
commitb1ff3231b2d4197ef5024f9c57ffc6cfa562590c
tree2b6a9617b2b11c293ec5a506a405f55459ea63ad
parentdd64ad387cc0528416037982a60f0b90acccce42
phy: omap-usb2: Fix missing clk_prepare call when using old dt name

Current code does not call clk_prepare(phy->optclk) when using the old
usb_otg_ss_refclk960m name. Fix it.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/phy-omap-usb2.c