msm: clock-8960: Add xo mapping for msm_xo driver
The msm_xo driver needs a mapping to the CXO clock so that it can
turn the buffer on and off via the clock API. The table for 8930
was added around the same time the the patch to move msm_xo to
the clock API was merged so this was missed. We replace the USB
mapping as well because the usb driver is voting on D0 via the
msm_xo interface and not the clock API.
Change-Id: I506a5e54448c994a64af763360b4c080b09b5708
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
diff --git a/arch/arm/mach-msm/clock-8960.c b/arch/arm/mach-msm/clock-8960.c
index 67d5618..044bd79 100644
--- a/arch/arm/mach-msm/clock-8960.c
+++ b/arch/arm/mach-msm/clock-8960.c
@@ -5479,7 +5479,7 @@
};
static struct clk_lookup msm_clocks_8930[] = {
- CLK_LOOKUP("xo", cxo_clk.c, "msm_otg"),
+ CLK_LOOKUP("xo", cxo_clk.c, "msm_xo"),
CLK_LOOKUP("cxo", cxo_clk.c, "wcnss_wlan.0"),
CLK_LOOKUP("cxo", cxo_clk.c, "pil_riva"),
CLK_LOOKUP("xo", pxo_clk.c, "pil_qdsp6v4.0"),