Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260647
b: refs/heads/master
c: 268a7ef
h: refs/heads/master
i:
  260645: 0793283
  260643: 30dde7f
  260639: 3bba9b9
v: v3
  • Loading branch information
Jingoo Han authored and Kukjin Kim committed Jul 21, 2011
1 parent 88e90e2 commit 3928423
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: 2c0b6871008ffa455145affb08bb63f7b47040c3
refs/heads/master: 268a7ef2f3a84b16a1b160bb171f70077bad5886
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 3928423

Please sign in to comment.