Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261955
b: refs/heads/master
c: 8ef0e61
h: refs/heads/master
i:
  261953: c1b96e6
  261951: e44f914
v: v3
  • Loading branch information
Tomi Valkeinen committed Jul 1, 2011
1 parent 4718bf8 commit 86b33a4
Show file tree
Hide file tree
Showing 2 changed files with 5 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: e89456773c578bd988df70fcb7d07504cf63d1a3
refs/heads/master: 8ef0e614b3ed2e2daf7e9cefd9a2f12652f824bc
4 changes: 4 additions & 0 deletions trunk/drivers/video/omap2/dss/dsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -3395,6 +3395,10 @@ static int dsi_enter_ulps(struct platform_device *dsidev)
dsi_unregister_isr_cio(dsidev, dsi_completion_handler, &completion,
DSI_CIO_IRQ_ULPSACTIVENOT_ALL0);

/* Reset LANEx_ULPS_SIG2 */
REG_FLD_MOD(dsidev, DSI_COMPLEXIO_CFG2, (0 << 0) | (0 << 1) | (0 << 2),
7, 5);

dsi_cio_power(dsidev, DSI_COMPLEXIO_POWER_ULPS);

dsi_if_enable(dsidev, false);
Expand Down

0 comments on commit 86b33a4

Please sign in to comment.