commit | 7b71c410b2417acba49648ceaa6de38b00b05c88 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Aug 06 15:45:26 2014 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Nov 12 13:40:21 2014 +0200 |
tree | 4d30568ae930c4f7f5fc7a6c850a0171619ea67b | |
parent | 1a7f4bf186e6e629d8cb3226be4b9fbb48c812b8 [diff] |
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>