aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/omap2/dss/dss.h
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2014-12-31 14:22:42 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2015-02-04 12:32:03 +0200
commiteb30199b46e3d4ed73d2ad0b7f4da418d7da1da8 (patch)
tree5282e74fb52c39f4c2b8b5694c9401f1ab57dd92 /drivers/video/fbdev/omap2/dss/dss.h
parentOMAPDSS: Add enum dss_pll_id (diff)
downloadlinux-dev-eb30199b46e3d4ed73d2ad0b7f4da418d7da1da8.tar.xz
linux-dev-eb30199b46e3d4ed73d2ad0b7f4da418d7da1da8.zip
OMAPDSS: PLL: add dss_pll_wait_reset_done()
Add a helper function to wait until the PLL's reset is done. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/fbdev/omap2/dss/dss.h')
-rw-r--r--drivers/video/fbdev/omap2/dss/dss.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/fbdev/omap2/dss/dss.h b/drivers/video/fbdev/omap2/dss/dss.h
index 1826ee96265b..d6c9c3d3db14 100644
--- a/drivers/video/fbdev/omap2/dss/dss.h
+++ b/drivers/video/fbdev/omap2/dss/dss.h
@@ -453,5 +453,6 @@ int dss_pll_write_config_type_a(struct dss_pll *pll,
const struct dss_pll_clock_info *cinfo);
int dss_pll_write_config_type_b(struct dss_pll *pll,
const struct dss_pll_clock_info *cinfo);
+int dss_pll_wait_reset_done(struct dss_pll *pll);
#endif