commit | 02eff13c45b19505ddba49911a089ef5f238ca25 | [log] [tgz] |
---|---|---|
author | Amit Blay <ablay@codeaurora.org> | Wed Sep 21 16:46:24 2011 +0300 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 16:21:35 2011 -0700 |
tree | e4bd7a5411434a4a73bf5d97b277ee0d4b1c813c | |
parent | d98328ef478ee964aa9ac48c88a43356dc320404 [diff] |
usb: otg: Add usb_hs_system_clk to OTG driver for MSM9615 This change add usb system clock support to OTG Driver. System clock is a 60MHZ input clock to the USB ChipIdea core. This clock is required starting from MDM9615. This change also removes the enforcement for using a phy_reset_clk for reseting the PHY. Starting from MDM9615, PHY reset is not implemented. The core is reset together with the PHY using "usb_hs_clk" signal. Signed-off-by: Amit Blay <ablay@codeaurora.org>