diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2012-06-11 13:27:17 +0200 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:42:31 +0900 |
commit | 286d2157c50c4b1928ca9bf65e2aca661e48f6a1 (patch) | |
tree | 3b0aa42efaca7b2165162dc3d327ebb46281fb6e /include | |
parent | 8b527f3df55e43efda38ec23cb844303ae9ae15e (diff) | |
download | linux-3.10-286d2157c50c4b1928ca9bf65e2aca661e48f6a1.tar.gz linux-3.10-286d2157c50c4b1928ca9bf65e2aca661e48f6a1.tar.bz2 linux-3.10-286d2157c50c4b1928ca9bf65e2aca661e48f6a1.zip |
ARM: Exynos4: fix DSIM support
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/video/exynos_mipi_dsim.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/video/exynos_mipi_dsim.h b/include/video/exynos_mipi_dsim.h index 89dc88a171a..c6b1bf53a8b 100644 --- a/include/video/exynos_mipi_dsim.h +++ b/include/video/exynos_mipi_dsim.h @@ -356,4 +356,7 @@ int exynos_mipi_dsi_register_lcd_device(struct mipi_dsim_lcd_device */ int exynos_mipi_dsi_register_lcd_driver(struct mipi_dsim_lcd_driver *lcd_drv); + +int s5p_dsim_phy_enable(struct platform_device *pdev, bool on); + #endif /* _EXYNOS_MIPI_DSIM_H */ |