commit | f76b178a78e3aae0e88d88fb4113c3778ff4df70 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Aug 08 10:04:31 2014 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Nov 12 13:40:23 2014 +0200 |
tree | 79beec2a49dea38a26d4dfc57ecf9cdd994cdf9f | |
parent | dbb26e53e5a6eda5ee53fb36cdf3ca2517cfb135 [diff] |
OMAPDSS: DSI: dsi_runtime_get/put in pll_init When DPI uses the DSI PLL for pixel clock, the DPI code will call dsi_runtime_get/put to keep the DSI block enabled. A much simpler way to handle this is to do dsi_runtime_get/put in DSI's dsi_pll_init() and dsi_pll_uninit(), thus removing the need for DSI to call the runtime PM functions. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>