summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSylwester Nawrocki <s.nawrocki@samsung.com>2013-09-04 11:38:47 +0200
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:44:38 +0900
commitb5361e0ac79cf5be270fa51b17515ef7d7a6f2fd (patch)
tree6e30fa428edb3684c3a124b4b2cf9f3a892f5f1f /include
parentbeb04f6d7b4ae477764eca8a283962de2c081860 (diff)
downloadlinux-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.h5
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 */