Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233989
b: refs/heads/master
c: 400b11a
h: refs/heads/master
i:
  233987: e6aa429
v: v3
  • Loading branch information
Ben Dooks authored and Kukjin Kim committed Mar 4, 2011
1 parent 7c49b1f commit 490e490
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: 82e985eb69c61f1d4f609fbc29a26b35e869b17b
refs/heads/master: 400b11a784b0202307b8596b0c393ca9966fd8b4
6 changes: 6 additions & 0 deletions trunk/arch/arm/mach-s3c64xx/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ static struct clk init_clocks_off[] = {
.parent = &clk_p,
.enable = s3c64xx_pclk_ctrl,
.ctrlbit = S3C_CLKCON_PCLK_IIC,
}, {
.name = "i2c",
.id = 1,
.parent = &clk_p,
.enable = s3c64xx_pclk_ctrl,
.ctrlbit = S3C6410_CLKCON_PCLK_I2C1,
}, {
.name = "iis",
.id = 0,
Expand Down

0 comments on commit 490e490

Please sign in to comment.