]> 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)
commit7e06f811322f6bca385575bd906c541562ff5481
tree3cee6e793fb04164d6c5991103622d2e4c39bbf1
parentef63ea80ebbad6e0c2dd39de8c37a8c99a390aeb
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