OMAP: DSS2: Fix: Return correct lcd clock source for OMAP2/3
authorArchit Taneja <archit@ti.com>
Thu, 31 Mar 2011 07:53:35 +0000 (13:23 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 11 May 2011 11:10:54 +0000 (14:10 +0300)
commit89976f2990a97820b73a1768371ee505b0ffc176
tree95c05c461b1f0aa8079775493130a42c4bd83783
parenta9a6500b718a38d4658b8a61edd8fc3aa0418b50
OMAP: DSS2: Fix: Return correct lcd clock source for OMAP2/3

dss.lcd_clk_source is set to the default value DSS_CLK_SRC_FCK at dss_init.
For OMAP2 and OMAP3, the dss.lcd_clk_source should always be the same as
dss.dispc_clk_source. The function dss_get_lcd_clk_source() always returns the
default value DSS_CLK_SRC_FCK for OMAP2/3. This leads to wrong clock dumps when
dispc_clk_source is not DSS_CLK_SRC_FCK.

Correct this function to always return dss.dispc_clk_source for OMAP2/3.

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