Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187712
b: refs/heads/master
c: 2dd5f18
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks committed Mar 7, 2010
1 parent dab3f5e commit 7967549
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: 4bed36b2c5b3248ae6f9aaf5194fbe85153e4026
refs/heads/master: 2dd5f181420ae8ea1cb976b81ed87517f0d4fcd7
6 changes: 4 additions & 2 deletions trunk/arch/arm/mach-s3c2443/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,12 @@ static int s3c2443_clkcon_enable_s(struct clk *clk, int enable)
return s3c2443_gate(S3C2443_SCLKCON, clk, enable);
}

/* s3c2443_roundate_clksrc is close enough to s3c_roundate_clksrc */

/* clock selections */

/* mpllref is a direct descendant of clk_xtal by default, but it is not
* elided as the EPLL can be either sourced by the XTAL or EXTCLK and as
* such directly equating the two source clocks is impossible.
*/
static struct clk clk_mpllref = {
.name = "mpllref",
.parent = &clk_xtal,
Expand Down

0 comments on commit 7967549

Please sign in to comment.