summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Tull <alan.tull@freescale.com>2011-06-03 11:51:16 -0500
committerAlan Tull <alan.tull@freescale.com>2011-06-03 12:23:48 -0500
commita1cd8a787a18da69ac4e48cfc876623bd7323799 (patch)
tree3e44c4c7fb17ca4bcaec770ffc54dd5d8ae3d50b
parent10d1c647f8e94d298ce00cc7fcbcc8c02e2c3780 (diff)
ENGR00144497 Revert MX5 clock: Fix ssi_ext1_clk is always on without alsarel_imx_2.6.35_11.05.01
This reverts commit 571d23cf91e5906ae61eae1201de816ed30f582e: "ENGR00144088 MX5 clock: Fix ssi_ext1_clk is always on without alsa playing" That commit prevented the SGTL5000 driver from being able to id the part. Signed-off-by: Alan Tull <alan.tull@freescale.com>
-rw-r--r--arch/arm/mach-mx5/clock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/clock.c b/arch/arm/mach-mx5/clock.c
index 1a6d5aac921d..c051fd80488f 100644
--- a/arch/arm/mach-mx5/clock.c
+++ b/arch/arm/mach-mx5/clock.c
@@ -4988,6 +4988,7 @@ int __init mx53_clocks_init(unsigned long ckil, unsigned long osc, unsigned long
clk_disable(&ssi_ext1_clk);
clk_set_parent(&ssi_ext1_clk, &pll2_sw_clk);
clk_set_rate(&ssi_ext1_clk, 24000000);
+ clk_enable(&ssi_ext1_clk);
clk_set_parent(&ssi_ext2_clk, &ssi2_clk[0]);
/* move usb_phy_clk to 24MHz */