Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258809
b: refs/heads/master
c: 2f3ab04
h: refs/heads/master
i:
  258807: 337dc7c
v: v3
  • Loading branch information
Jingoo Han authored and Kukjin Kim committed Jul 21, 2011
1 parent 7952fb2 commit c4586c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 49965e658674f40eb5cb72be6833eb49b1770961
refs/heads/master: 2f3ab04a47c9b5e7c93400601e8f69bef0fa184a
8 changes: 4 additions & 4 deletions trunk/arch/arm/mach-exynos4/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,12 +406,12 @@ static struct clk init_clocks_off[] = {
.ctrlbit = (1 << 3),
}, {
.name = "fimd",
.devname = "s5pv310-fb.0",
.devname = "exynos4-fb.0",
.enable = exynos4_clk_ip_lcd0_ctrl,
.ctrlbit = (1 << 0),
}, {
.name = "fimd",
.devname = "s5pv310-fb.1",
.devname = "exynos4-fb.1",
.enable = exynos4_clk_ip_lcd1_ctrl,
.ctrlbit = (1 << 0),
}, {
Expand Down Expand Up @@ -909,7 +909,7 @@ static struct clksrc_clk clksrcs[] = {
}, {
.clk = {
.name = "sclk_fimd",
.devname = "s5pv310-fb.0",
.devname = "exynos4-fb.0",
.enable = exynos4_clksrc_mask_lcd0_ctrl,
.ctrlbit = (1 << 0),
},
Expand All @@ -919,7 +919,7 @@ static struct clksrc_clk clksrcs[] = {
}, {
.clk = {
.name = "sclk_fimd",
.devname = "s5pv310-fb.1",
.devname = "exynos4-fb.1",
.enable = exynos4_clksrc_mask_lcd1_ctrl,
.ctrlbit = (1 << 0),
},
Expand Down

0 comments on commit c4586c5

Please sign in to comment.