Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231403
b: refs/heads/master
c: 3055c6d
h: refs/heads/master
i:
  231401: b193811
  231399: 0a40f3f
v: v3
  • Loading branch information
Jassi Brar authored and Kukjin Kim committed Dec 29, 2010
1 parent d98420e commit 9bbb2b2
Show file tree
Hide file tree
Showing 2 changed files with 11 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: f5cc4354907dccd6bb343cca18074c751a94f913
refs/heads/master: 3055c6dad620af9e2c5432feb5ec7d5ac46d54b0
10 changes: 10 additions & 0 deletions trunk/arch/arm/mach-s5pv310/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,16 @@ static struct clk init_clocks_disable[] = {
.id = -1,
.enable = s5pv310_clk_ip_fsys_ctrl,
.ctrlbit = (1 << 10),
}, {
.name = "pdma",
.id = 0,
.enable = s5pv310_clk_ip_fsys_ctrl,
.ctrlbit = (1 << 0),
}, {
.name = "pdma",
.id = 1,
.enable = s5pv310_clk_ip_fsys_ctrl,
.ctrlbit = (1 << 1),
}, {
.name = "adc",
.id = -1,
Expand Down

0 comments on commit 9bbb2b2

Please sign in to comment.