summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSylwester Nawrocki <s.nawrocki@samsung.com>2013-04-04 14:13:51 +0200
committerChanho Park <chanho61.park@samsung.com>2014-11-18 11:43:16 +0900
commit6daeadcf2a9bcc3b74fa2eccc0b76a16fedb2ddc (patch)
tree640a53f102c9ae81f603627db90f709941f6f43c /include
parent6d9a48debdaf47228e20a8ee087bbd44c0972030 (diff)
downloadlinux-3.10-6daeadcf2a9bcc3b74fa2eccc0b76a16fedb2ddc.tar.gz
linux-3.10-6daeadcf2a9bcc3b74fa2eccc0b76a16fedb2ddc.tar.bz2
linux-3.10-6daeadcf2a9bcc3b74fa2eccc0b76a16fedb2ddc.zip
video: exynos_dsi: Use generic PHY driver
Use the generic PHY API instead of the platform callback to control the MIPI DSIM DPHY. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/video/exynos_dsi.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/video/exynos_dsi.h b/include/video/exynos_dsi.h
index 95e1568be20..5c062c75beb 100644
--- a/include/video/exynos_dsi.h
+++ b/include/video/exynos_dsi.h
@@ -25,9 +25,6 @@
*/
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;
@@ -36,6 +33,4 @@ 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 */