summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorGary Zhang <b13634@freescale.com>2012-01-11 10:47:11 +0800
committerJason Liu <r64343@freescale.com>2012-01-19 12:41:28 +0800
commit5ef899b9996c63a407573ff9f664f6c5194dd4f8 (patch)
tree4b11cd9d4a897f26a0d25dc28199eaa43a766344 /sound
parentc35d693524d9850f7e203f56de82afd883c9ae36 (diff)
ENGR00170453-1 ssi: disable ssi2 clk after probe
disable ssi2 clk after init ssi. Signed-off-by: Gary Zhang <b13634@freescale.com>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/imx/imx-ssi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/imx/imx-ssi.c b/sound/soc/imx/imx-ssi.c
index c7e82490245a..be2717587c59 100644
--- a/sound/soc/imx/imx-ssi.c
+++ b/sound/soc/imx/imx-ssi.c
@@ -713,6 +713,7 @@ static int imx_ssi_probe(struct platform_device *pdev)
dai = &imx_ssi_dai;
writel(0x0, ssi->base + SSI_SIER);
+ clk_disable(ssi->clk);
ssi->dma_params_rx.dma_addr = res->start + SSI_SRX0;
ssi->dma_params_tx.dma_addr = res->start + SSI_STX0;