OMAPDSS: DSI: Fix HSDIV related PLL info in dsi_dump_clocks()
authorArchit Taneja <archit@ti.com>
Mon, 12 Dec 2011 06:17:41 +0000 (11:47 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 2 Jan 2012 06:51:27 +0000 (08:51 +0200)
commit84309f16323b433045fba250f1e6bf8f26847ca5
tree3cee6e793fb04164d6c5991103622d2e4c39bbf1
parent54540d41aaad0ed3245d3e99db014ab03a219c5a
OMAPDSS: DSI: Fix HSDIV related PLL info in dsi_dump_clocks()

The clock names of DSI_PLL_HSDIV_DISPC and DSI_PLL_HSDIV_DSI was made
dynamic based on the current value of DISPC and DSI FCLK sources. This
doesn't need to be done since we are just interested in the clock names,
and not the current clock sources for DISPC and DSI FCLKs.

Use only the generic and omap specific names for the DSI PLL's HSDIV
clocks.

Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dsi.c