OMAPDSS: DSI: separate LP clock info from dsi_clock_info
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 6 Aug 2014 12:45:26 +0000 (15:45 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 12 Nov 2014 11:40:21 +0000 (13:40 +0200)
commit7b71c410b2417acba49648ceaa6de38b00b05c88
tree4d30568ae930c4f7f5fc7a6c850a0171619ea67b
parent1a7f4bf186e6e629d8cb3226be4b9fbb48c812b8
OMAPDSS: DSI: separate LP clock info from dsi_clock_info

struct dsi_clock_info represents the clocks handled by the DSI, mostly
PLL related clocks. In an effort to create common PLL code, we need to
remove all the non-PLL items from dsi_clock_info.

This patch removes LP clock related fields from dsi_clock_info, and
creates a new struct dsi_lp_clock_info for holding clock info for the LP
clock.

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