aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s5pv210')
-rw-r--r--arch/arm/mach-s5pv210/clock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s5pv210/clock.c b/arch/arm/mach-s5pv210/clock.c
index d35726a6faea..239aaad65884 100644
--- a/arch/arm/mach-s5pv210/clock.c
+++ b/arch/arm/mach-s5pv210/clock.c
@@ -295,13 +295,13 @@ static struct clk_ops clk_fout_apll_ops = {
295static struct clk init_clocks_off[] = { 295static struct clk init_clocks_off[] = {
296 { 296 {
297 .name = "dma", 297 .name = "dma",
298 .devname = "s3c-pl330.0", 298 .devname = "dma-pl330.0",
299 .parent = &clk_hclk_psys.clk, 299 .parent = &clk_hclk_psys.clk,
300 .enable = s5pv210_clk_ip0_ctrl, 300 .enable = s5pv210_clk_ip0_ctrl,
301 .ctrlbit = (1 << 3), 301 .ctrlbit = (1 << 3),
302 }, { 302 }, {
303 .name = "dma", 303 .name = "dma",
304 .devname = "s3c-pl330.1", 304 .devname = "dma-pl330.1",
305 .parent = &clk_hclk_psys.clk, 305 .parent = &clk_hclk_psys.clk,
306 .enable = s5pv210_clk_ip0_ctrl, 306 .enable = s5pv210_clk_ip0_ctrl,
307 .ctrlbit = (1 << 4), 307 .ctrlbit = (1 << 4),