Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149255
b: refs/heads/master
c: 8f1ecf1
h: refs/heads/master
i:
  149253: 424598a
  149251: 2b0423d
  149247: 234735a
v: v3
  • Loading branch information
Mark Brown authored and Ben Dooks committed May 7, 2009
1 parent 70bd11a commit c1487ef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a03f7daf6df31b4d849031c51a3c10b8ba78ce67
refs/heads/master: 8f1ecf1d965f4e1842b32af5dd40f3d7b6d407ed
12 changes: 12 additions & 0 deletions trunk/arch/arm/plat-s3c64xx/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,18 @@ static struct clk init_clocks_disable[] = {
.parent = &clk_48m,
.enable = s3c64xx_sclk_ctrl,
.ctrlbit = S3C_CLKCON_SCLK_MMC2_48,
}, {
.name = "dma0",
.id = -1,
.parent = &clk_h,
.enable = s3c64xx_hclk_ctrl,
.ctrlbit = S3C_CLKCON_HCLK_DMA0,
}, {
.name = "dma1",
.id = -1,
.parent = &clk_h,
.enable = s3c64xx_hclk_ctrl,
.ctrlbit = S3C_CLKCON_HCLK_DMA1,
},
};

Expand Down

0 comments on commit c1487ef

Please sign in to comment.