diff options
author | Archit Taneja <archit@ti.com> | 2011-05-16 05:47:06 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-05-16 06:31:08 -0400 |
commit | b6cbb02ed0b834c6e1f876e9223736965795fd3d (patch) | |
tree | 0103ff13393fcbf1a35e1bf3f06dbff22380e266 /drivers | |
parent | 897044e99e437e908eef566d910692830546c2d9 (diff) |
OMAP: DSS2: DSI: Remove DISPC pixel clock related info in dsi_dump_clocks()
dsi_dump_clocks() prints lck and pck rates for the DISPC channel which it is
connected to. Remove this since it is already printed by dispc_dump_clocks()
in debugfs.
Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/video/omap2/dss/dsi.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/video/omap2/dss/dsi.c b/drivers/video/omap2/dss/dsi.c index 85ec3d63a897..091b3184948e 100644 --- a/drivers/video/omap2/dss/dsi.c +++ b/drivers/video/omap2/dss/dsi.c | |||
@@ -1726,11 +1726,6 @@ static void dsi_dump_dsidev_clocks(struct platform_device *dsidev, | |||
1726 | 1726 | ||
1727 | seq_printf(s, "LP_CLK\t\t%lu\n", cinfo->lp_clk); | 1727 | seq_printf(s, "LP_CLK\t\t%lu\n", cinfo->lp_clk); |
1728 | 1728 | ||
1729 | seq_printf(s, "VP_CLK\t\t%lu\n" | ||
1730 | "VP_PCLK\t\t%lu\n", | ||
1731 | dispc_lclk_rate(OMAP_DSS_CHANNEL_LCD), | ||
1732 | dispc_pclk_rate(OMAP_DSS_CHANNEL_LCD)); | ||
1733 | |||
1734 | enable_clocks(0); | 1729 | enable_clocks(0); |
1735 | } | 1730 | } |
1736 | 1731 | ||