aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s5pv210/clock.c')
-rw-r--r--arch/arm/mach-s5pv210/clock.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/clock.c b/arch/arm/mach-s5pv210/clock.c
index ae3aa2f..6d3e609 100644
--- a/arch/arm/mach-s5pv210/clock.c
+++ b/arch/arm/mach-s5pv210/clock.c
@@ -534,6 +534,7 @@ static struct clk init_clocks_off[] = {
.enable = s5pv210_clk_ip3_ctrl,
.ctrlbit = S5P_CLKGATE_IP3_PCM2,
}, {
+#if 0
.name = "pcm",
.id = 1,
.parent = &clk_pclk_psys.clk,
@@ -546,6 +547,7 @@ static struct clk init_clocks_off[] = {
.enable = s5pv210_clk_ip3_ctrl,
.ctrlbit = S5P_CLKGATE_IP3_PCM0,
}, {
+#endif
.name = "i2c-hdmiphy",
.id = -1,
.parent = &clk_pclk_psys.clk,
@@ -679,12 +681,14 @@ static struct clk init_clocks[] = {
.enable = s5pv210_clk_ip1_ctrl,
.ctrlbit = (1 << 26),
}, {
+#if 1
.name = "i2s_v50",
.id = 0,
.parent = &clk_p,
.enable = s5pv210_clk_ip3_ctrl,
.ctrlbit = S5P_CLKGATE_IP3_I2S0 | S5P_CLKGATE_IP3_PCM0,
}, {
+#endif
.name = "clk_out",
.id = -1,
.ops = &s5pc11x_clkout_ops,