From f27ff9d110f437d19cd4cca75e99ebb26b05112e Mon Sep 17 00:00:00 2001 From: Vladimir Zapolskiy Date: Thu, 18 Aug 2011 19:24:55 +0900 Subject: [PATCH] --- yaml --- r: 274021 b: refs/heads/master c: 1ce3ea61c61c1e2127496df2c5d66650fd6456e2 h: refs/heads/master i: 274019: a02e549e49f7196a79b82b393063f645f48ddbc2 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-s5pv210/clock.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 50415f1f1b70..f934c57da4d2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d20cc4c1b660d59a25f8bebef5d55c1872b9aa76 +refs/heads/master: 1ce3ea61c61c1e2127496df2c5d66650fd6456e2 diff --git a/trunk/arch/arm/mach-s5pv210/clock.c b/trunk/arch/arm/mach-s5pv210/clock.c index 52a8e607bcc2..50d458047c09 100644 --- a/trunk/arch/arm/mach-s5pv210/clock.c +++ b/trunk/arch/arm/mach-s5pv210/clock.c @@ -290,13 +290,13 @@ static struct clk_ops clk_fout_apll_ops = { static struct clk init_clocks_off[] = { { .name = "pdma", - .devname = "s3c-pl330.0", + .devname = "dma-pl330.0", .parent = &clk_hclk_psys.clk, .enable = s5pv210_clk_ip0_ctrl, .ctrlbit = (1 << 3), }, { .name = "pdma", - .devname = "s3c-pl330.1", + .devname = "dma-pl330.1", .parent = &clk_hclk_psys.clk, .enable = s5pv210_clk_ip0_ctrl, .ctrlbit = (1 << 4),