Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344612
b: refs/heads/master
c: 7a98786
h: refs/heads/master
v: v3
  • Loading branch information
Tomi Valkeinen committed Nov 5, 2012
1 parent cc303e3 commit c64a732
Show file tree
Hide file tree
Showing 2 changed files with 7 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: b7f1fe541b01f6edaff0a5dd48027de6ac711ab6
refs/heads/master: 7a98786caa18eaa8a5e61382a575f0b6c8e81c01
6 changes: 6 additions & 0 deletions trunk/drivers/video/omap2/dss/dsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1741,6 +1741,12 @@ int dsi_pll_init(struct platform_device *dsidev, bool enable_hsclk,

DSSDBG("PLL init\n");

/*
* It seems that on many OMAPs we need to enable both to have a
* functional HSDivider.
*/
enable_hsclk = enable_hsdiv = true;

if (dsi->vdds_dsi_reg == NULL) {
struct regulator *vdds_dsi;

Expand Down

0 comments on commit c64a732

Please sign in to comment.