Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250994
b: refs/heads/master
c: 4eb68ed
h: refs/heads/master
v: v3
  • Loading branch information
Tomi Valkeinen committed Apr 15, 2011
1 parent 23aa15c commit ca101d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: ae038af12c2bc0859279a1a62b5f8cb0ef00f5f8
refs/heads/master: 4eb68edb7d21aff81765a065680270693c23fbfc
6 changes: 1 addition & 5 deletions trunk/drivers/video/omap2/dss/dsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,6 @@ void dsi_pll_uninit(void)

void dsi_dump_clocks(struct seq_file *s)
{
int clksel;
struct dsi_clock_info *cinfo = &dsi.current_cinfo;
enum dss_clk_source dispc_clk_src, dsi_clk_src;

Expand All @@ -1500,13 +1499,10 @@ void dsi_dump_clocks(struct seq_file *s)

enable_clocks(1);

clksel = REG_GET(DSI_PLL_CONFIGURATION2, 11, 11);

seq_printf(s, "- DSI PLL -\n");

seq_printf(s, "dsi pll source = %s\n",
clksel == 0 ?
"dss_sys_clk" : "pclkfree");
cinfo->use_sys_clk ? "dss_sys_clk" : "pclkfree");

seq_printf(s, "Fint\t\t%-16luregn %u\n", cinfo->fint, cinfo->regn);

Expand Down

0 comments on commit ca101d4

Please sign in to comment.