Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251056
b: refs/heads/master
c: 5bdd3c9
h: refs/heads/master
v: v3
  • Loading branch information
Archit Taneja authored and Tomi Valkeinen committed May 11, 2011
1 parent 2c64cac commit d60dd41
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a0ce4ccc60d03e27ba6c7e2b134a23badf30f8d2
refs/heads/master: 5bdd3c9a7da3ddf820d9d479530ceecde9d4a316
2 changes: 2 additions & 0 deletions trunk/drivers/video/omap2/dss/dsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1718,6 +1718,7 @@ void dsi_dump_regs(struct seq_file *s)
#define DUMPREG(r) seq_printf(s, "%-35s %08x\n", #r, dsi_read_reg(r))

dss_clk_enable(DSS_CLK_ICK | DSS_CLK_FCK);
dsi_enable_scp_clk();

DUMPREG(DSI_REVISION);
DUMPREG(DSI_SYSCONFIG);
Expand Down Expand Up @@ -1789,6 +1790,7 @@ void dsi_dump_regs(struct seq_file *s)
DUMPREG(DSI_PLL_CONFIGURATION1);
DUMPREG(DSI_PLL_CONFIGURATION2);

dsi_disable_scp_clk();
dss_clk_disable(DSS_CLK_ICK | DSS_CLK_FCK);
#undef DUMPREG
}
Expand Down

0 comments on commit d60dd41

Please sign in to comment.