Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274020
b: refs/heads/master
c: d20cc4c
h: refs/heads/master
v: v3
  • Loading branch information
Vladimir Zapolskiy authored and Kukjin Kim committed Aug 18, 2011
1 parent a02e549 commit b14ed27
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: 2c929420e8b532c14688dcd500253b90a24e7233
refs/heads/master: d20cc4c1b660d59a25f8bebef5d55c1872b9aa76
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-s5pc100/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -455,13 +455,13 @@ static struct clk init_clocks_off[] = {
.ctrlbit = (1 << 2),
}, {
.name = "pdma",
.devname = "s3c-pl330.1",
.devname = "dma-pl330.1",
.parent = &clk_div_d1_bus.clk,
.enable = s5pc100_d1_0_ctrl,
.ctrlbit = (1 << 1),
}, {
.name = "pdma",
.devname = "s3c-pl330.0",
.devname = "dma-pl330.0",
.parent = &clk_div_d1_bus.clk,
.enable = s5pc100_d1_0_ctrl,
.ctrlbit = (1 << 0),
Expand Down

0 comments on commit b14ed27

Please sign in to comment.