Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187694
b: refs/heads/master
c: 2e5070b
h: refs/heads/master
v: v3
  • Loading branch information
Jassi Brar authored and Ben Dooks committed Feb 24, 2010
1 parent 9fee3e4 commit 83db3d9
Show file tree
Hide file tree
Showing 2 changed files with 9 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: de6985be185167d14a79695f345025c531a685d0
refs/heads/master: 2e5070bc1152e8afbf76734e8e3fbfbe60a573ef
8 changes: 8 additions & 0 deletions trunk/arch/arm/mach-s3c64xx/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,14 @@ static struct clk init_clocks_disable[] = {
.enable = s3c64xx_pclk_ctrl,
.ctrlbit = S3C_CLKCON_PCLK_IIS1,
}, {
#ifdef CONFIG_CPU_S3C6410
.name = "iis",
.id = -1, /* There's only one IISv4 port */
.parent = &clk_p,
.enable = s3c64xx_pclk_ctrl,
.ctrlbit = S3C6410_CLKCON_PCLK_IIS2,
}, {
#endif
.name = "spi",
.id = 0,
.parent = &clk_p,
Expand Down

0 comments on commit 83db3d9

Please sign in to comment.