commit | 03aafa2cd84e6406ce3ceedca245a6a731f9b77b | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Oct 16 15:31:38 2014 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Nov 12 13:40:26 2014 +0200 |
tree | a1a72e150af63f1bd55507e30c330853dd7d15de | |
parent | b0295f165f0a9e1bde4f4592df04e85a28be2ce3 [diff] |
OMAPDSS: HDMI: store WP pointer to hdmi_pll_data HDMI PLL code needs the pointer to the WP block so that it can manage its power. Currently this is passed as a function parameter to hdmi_pll_enable and hdmi_pll_disable. To make the PLL function adhere to the DSS PLL API, we need to remove the WP parameter. This patch stores the WP pointer to hdmi_pll_data in hdmi_pll_init, so that it's available when needed. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>