Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284827
b: refs/heads/master
c: 3c2a659
h: refs/heads/master
i:
  284825: 1ac59c0
  284823: 9135cc7
v: v3
  • Loading branch information
Kuninori Morimoto authored and Florian Tobias Schandinat committed Nov 21, 2011
1 parent 9f74f9f commit 25f6711
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 32ba95c69f33126e297466dc706db73cc7e7a543
refs/heads/master: 3c2a659936ba1e3bbd7e5eca89255c134fafb506
4 changes: 2 additions & 2 deletions trunk/drivers/video/sh_mipi_dsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,9 @@ static int __init sh_mipi_setup(struct sh_mipi *mipi,
* HSA period allowed, no commands in LP
*/
if (pdata->flags & SH_MIPI_DSI_HSABM)
vmctr2 |= 0x20;
vmctr2 |= 1 << 5;
if (pdata->flags & SH_MIPI_DSI_HBPBM)
vmctr2 |= 0x10;
vmctr2 |= 1 << 4;
iowrite32(vmctr2, mipi->linkbase + VMCTR2);

/*
Expand Down

0 comments on commit 25f6711

Please sign in to comment.