Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274021
b: refs/heads/master
c: 1ce3ea6
h: refs/heads/master
i:
  274019: a02e549
v: v3
  • Loading branch information
Vladimir Zapolskiy authored and Kukjin Kim committed Aug 18, 2011
1 parent b14ed27 commit f27ff9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d20cc4c1b660d59a25f8bebef5d55c1872b9aa76
refs/heads/master: 1ce3ea61c61c1e2127496df2c5d66650fd6456e2
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-s5pv210/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit f27ff9d

Please sign in to comment.