]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf586d455b16289a380f1afbdc54b3e219f22c946
tree3cee6e793fb04164d6c5991103622d2e4c39bbf1
parent39ba22c9f430cbf7689dea14df7b51afac5ac00e
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