Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166133
b: refs/heads/master
c: 6d025ac
h: refs/heads/master
i:
  166131: 44e33f2
v: v3
  • Loading branch information
Thomas Abraham authored and Ben Dooks committed Sep 15, 2009
1 parent 86d6f5a commit 2fe218b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9adb15b80bf1dc6b30a584e76efc876dfd029a13
refs/heads/master: 6d025ac2fcf9d736ee399efddae74a3362dfa7da
2 changes: 2 additions & 0 deletions trunk/arch/arm/plat-s3c64xx/s3c6400-clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@ static int s3c64xx_setparent_clksrc(struct clk *clk, struct clk *parent)
clksrc |= src_nr << sclk->shift;

__raw_writel(clksrc, S3C_CLK_SRC);

clk->parent = parent;
return 0;
}

Expand Down

0 comments on commit 2fe218b

Please sign in to comment.