Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187373
b: refs/heads/master
c: 87315a8
h: refs/heads/master
i:
  187371: e11da35
v: v3
  • Loading branch information
Jassi Brar authored and Ben Dooks committed Jan 18, 2010
1 parent 1961b78 commit 1dcf02b
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: 10f9f743f661d200a7a0006e65688cf28c2f01d9
refs/heads/master: 87315a802a8aab9d986858fcf2230726c1b5c598
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 @@ -140,6 +140,18 @@ static struct clk init_clocks_disable[] = {
.parent = &clk_p,
.enable = s3c64xx_pclk_ctrl,
.ctrlbit = S3C_CLKCON_PCLK_SPI1,
}, {
.name = "spi_48m",
.id = 0,
.parent = &clk_48m,
.enable = s3c64xx_sclk_ctrl,
.ctrlbit = S3C_CLKCON_SCLK_SPI0_48,
}, {
.name = "spi_48m",
.id = 1,
.parent = &clk_48m,
.enable = s3c64xx_sclk_ctrl,
.ctrlbit = S3C_CLKCON_SCLK_SPI1_48,
}, {
.name = "48m",
.id = 0,
Expand Down

0 comments on commit 1dcf02b

Please sign in to comment.