aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLily Zhang <r58066@freescale.com>2010-03-23 19:03:19 +0800
committerLily Zhang <r58066@freescale.com>2010-03-24 11:57:13 +0800
commit1bc3d9cd0ef1706e22c9bf6eddb36f435b426938 (patch)
tree0f052b64293da404e260c21accd412eaab7245a0
parentddac64af346783cd0b67b98ca63923790dcdafd9 (diff)
ENGR00121204 MX51 EVK: Fix SPDIF hang issue
This change is used to pass SPDIF clock information to the driver so that the driver can enable clock Signed-off-by: Lily Zhang <r58066@freescale.com>
-rw-r--r--arch/arm/mach-mx5/mx51_babbage.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/mx51_babbage.c b/arch/arm/mach-mx5/mx51_babbage.c
index 3e32e88f6618..9922f5532fce 100644
--- a/arch/arm/mach-mx5/mx51_babbage.c
+++ b/arch/arm/mach-mx5/mx51_babbage.c
@@ -880,6 +880,8 @@ static void __init mxc_board_init(void)
mxc_ipu_data.di_clk[0] = clk_get(NULL, "ipu_di0_clk");
mxc_ipu_data.di_clk[1] = clk_get(NULL, "ipu_di1_clk");
+ mxc_spdif_data.spdif_core_clk = clk_get(NULL, "spdif_xtal_clk");
+ clk_put(mxc_spdif_data.spdif_core_clk);
/* SD card detect irqs */
mxcsdhc2_device.resource[2].start = IOMUX_TO_IRQ(MX51_PIN_GPIO1_6);
mxcsdhc2_device.resource[2].end = IOMUX_TO_IRQ(MX51_PIN_GPIO1_6);