aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5p64x0/clock-s5p6440.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s5p64x0/clock-s5p6440.c')
-rw-r--r--arch/arm/mach-s5p64x0/clock-s5p6440.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/mach-s5p64x0/clock-s5p6440.c b/arch/arm/mach-s5p64x0/clock-s5p6440.c
index 0d728d3383b..e4883dc1c8d 100644
--- a/arch/arm/mach-s5p64x0/clock-s5p6440.c
+++ b/arch/arm/mach-s5p64x0/clock-s5p6440.c
@@ -153,6 +153,12 @@ static struct clk init_clocks_disable[] = {
153 .enable = s5p64x0_hclk0_ctrl, 153 .enable = s5p64x0_hclk0_ctrl,
154 .ctrlbit = (1 << 8), 154 .ctrlbit = (1 << 8),
155 }, { 155 }, {
156 .name = "pdma",
157 .id = -1,
158 .parent = &clk_hclk_low.clk,
159 .enable = s5p64x0_hclk0_ctrl,
160 .ctrlbit = (1 << 12),
161 }, {
156 .name = "hsmmc", 162 .name = "hsmmc",
157 .id = 0, 163 .id = 0,
158 .parent = &clk_hclk_low.clk, 164 .parent = &clk_hclk_low.clk,
@@ -334,12 +340,6 @@ static struct clk init_clocks[] = {
334 .enable = s5p64x0_hclk0_ctrl, 340 .enable = s5p64x0_hclk0_ctrl,
335 .ctrlbit = (1 << 21), 341 .ctrlbit = (1 << 21),
336 }, { 342 }, {
337 .name = "dma",
338 .id = -1,
339 .parent = &clk_hclk_low.clk,
340 .enable = s5p64x0_hclk0_ctrl,
341 .ctrlbit = (1 << 12),
342 }, {
343 .name = "uart", 343 .name = "uart",
344 .id = 0, 344 .id = 0,
345 .parent = &clk_pclk_low.clk, 345 .parent = &clk_pclk_low.clk,