Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348479
b: refs/heads/master
c: 6c1ecba
h: refs/heads/master
i:
  348477: f24d7c8
  348475: 090ecb7
  348471: b4538c3
  348463: 13202cd
  348447: 987fdb4
  348415: 2ea98c0
v: v3
  • Loading branch information
Lothar Waßmann authored and Shawn Guo committed Jan 4, 2013
1 parent 5b2428d commit 384ea30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 664e9e495a3ada96ed2ebab89edb40c4fc132bd7
refs/heads/master: 6c1ecba8d84841277d68140ef485335d5be28485
3 changes: 2 additions & 1 deletion trunk/drivers/video/mxsfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@ static void mxsfb_disable_controller(struct fb_info *fb_info)
loop--;
}

writel(VDCTRL4_SYNC_SIGNALS_ON, host->base + LCDC_VDCTRL4 + REG_CLR);
reg = readl(host->base + LCDC_VDCTRL4);
writel(reg & ~VDCTRL4_SYNC_SIGNALS_ON, host->base + LCDC_VDCTRL4);

clk_disable_unprepare(host->clk);

Expand Down

0 comments on commit 384ea30

Please sign in to comment.