Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231421
b: refs/heads/master
c: 81f9bec
h: refs/heads/master
i:
  231419: e0af4d6
v: v3
  • Loading branch information
Thomas Abraham authored and Kukjin Kim committed Dec 30, 2010
1 parent cb25f55 commit 448282e
Show file tree
Hide file tree
Showing 2 changed files with 7 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: be297f0374d8609ccb8be805bd6de7adc90abea5
refs/heads/master: 81f9becd6a9e0f7a77e27e459e99cc74594bd205
6 changes: 6 additions & 0 deletions trunk/arch/arm/mach-s5pv210/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,12 @@ static struct clk init_clocks[] = {
.parent = &clk_pclk_psys.clk,
.enable = s5pv210_clk_ip3_ctrl,
.ctrlbit = (1 << 20),
}, {
.name = "sromc",
.id = -1,
.parent = &clk_hclk_psys.clk,
.enable = s5pv210_clk_ip1_ctrl,
.ctrlbit = (1 << 26),
},
};

Expand Down

0 comments on commit 448282e

Please sign in to comment.