diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2013-09-04 11:38:47 +0200 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:44:38 +0900 |
commit | b5361e0ac79cf5be270fa51b17515ef7d7a6f2fd (patch) | |
tree | 6e30fa428edb3684c3a124b4b2cf9f3a892f5f1f /include | |
parent | beb04f6d7b4ae477764eca8a283962de2c081860 (diff) | |
download | linux-3.10-b5361e0ac79cf5be270fa51b17515ef7d7a6f2fd.tar.gz linux-3.10-b5361e0ac79cf5be270fa51b17515ef7d7a6f2fd.tar.bz2 linux-3.10-b5361e0ac79cf5be270fa51b17515ef7d7a6f2fd.zip |
Revert "video: exynos_dsi: Use generic PHY driver"
This reverts commit 304105d59b61ac6800a274cdcf8f618b5007456a.
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/video/exynos_dsi.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/video/exynos_dsi.h b/include/video/exynos_dsi.h index 5c062c75beb..95e1568be20 100644 --- a/include/video/exynos_dsi.h +++ b/include/video/exynos_dsi.h @@ -25,6 +25,9 @@ */ struct exynos_dsi_platform_data { unsigned int enabled; + + int (*phy_enable)(struct platform_device *pdev, bool on); + unsigned int pll_stable_time; unsigned long pll_clk_rate; unsigned long esc_clk_rate; @@ -33,4 +36,6 @@ struct exynos_dsi_platform_data { unsigned short rx_timeout; }; +int s5p_dsim_phy_enable(struct platform_device *pdev, bool on); + #endif /* _EXYNOS_MIPI_DSIM_H */ |