Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295855
b: refs/heads/master
c: ed8d8aa
h: refs/heads/master
i:
  295853: 93552f6
  295851: 754c0c1
  295847: 7677507
  295839: 387ed7c
v: v3
  • Loading branch information
Mark Brown authored and Kukjin Kim committed Feb 10, 2012
1 parent cfedcff commit 68d5523
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2abf13c9ffdcde537fc54b83f1bcd50cc758beca
refs/heads/master: ed8d8aa1e674b5b03fceae56a81cccbcf60ec95e
20 changes: 10 additions & 10 deletions trunk/arch/arm/mach-s3c64xx/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,15 @@ static struct clk init_clocks_off[] = {
.parent = &clk_48m,
.enable = s3c64xx_sclk_ctrl,
.ctrlbit = S3C_CLKCON_SCLK_MMC2_48,
}, {
.name = "ac97",
.parent = &clk_p,
.ctrlbit = S3C_CLKCON_PCLK_AC97,
}, {
.name = "cfcon",
.parent = &clk_h,
.enable = s3c64xx_hclk_ctrl,
.ctrlbit = S3C_CLKCON_HCLK_IHOST,
}, {
.name = "dma0",
.parent = &clk_h,
Expand Down Expand Up @@ -284,16 +293,7 @@ static struct clk init_clocks[] = {
.name = "watchdog",
.parent = &clk_p,
.ctrlbit = S3C_CLKCON_PCLK_WDT,
}, {
.name = "ac97",
.parent = &clk_p,
.ctrlbit = S3C_CLKCON_PCLK_AC97,
}, {
.name = "cfcon",
.parent = &clk_h,
.enable = s3c64xx_hclk_ctrl,
.ctrlbit = S3C_CLKCON_HCLK_IHOST,
}
},
};

static struct clk clk_hsmmc0 = {
Expand Down

0 comments on commit 68d5523

Please sign in to comment.