summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-exynos/mipi_dsim.h
diff options
context:
space:
mode:
authorPiotr Wilczek <p.wilczek@samsung.com>2014-03-07 14:59:39 +0100
committerMinkyu Kang <mk7.kang@samsung.com>2014-03-12 19:54:59 +0900
commitde461c526ee7a489710d2c431acdb4d7fa677577 (patch)
tree96ff7dbdc6f256c19b58e88aae4a9565deee051f /arch/arm/include/asm/arch-exynos/mipi_dsim.h
parentb8dfcdb7d3e3442ba9f5a593ecaac7d8bc5fa921 (diff)
downloadtalos-obmc-uboot-de461c526ee7a489710d2c431acdb4d7fa677577.tar.gz
talos-obmc-uboot-de461c526ee7a489710d2c431acdb4d7fa677577.zip
video:mipidsim:fdt: Add DT support for mipi dsim driver
This patch enables parsing mipi data from device tree. Non device tree case is still supported. Signed-off-by: Piotr Wilczek <p.wilczek@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'arch/arm/include/asm/arch-exynos/mipi_dsim.h')
-rw-r--r--arch/arm/include/asm/arch-exynos/mipi_dsim.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-exynos/mipi_dsim.h b/arch/arm/include/asm/arch-exynos/mipi_dsim.h
index 40aca71678..50e5c258a9 100644
--- a/arch/arm/include/asm/arch-exynos/mipi_dsim.h
+++ b/arch/arm/include/asm/arch-exynos/mipi_dsim.h
@@ -12,6 +12,7 @@
#include <linux/list.h>
#include <linux/fb.h>
+#include <lcd.h>
#define PANEL_NAME_SIZE (32)
@@ -368,8 +369,12 @@ int exynos_mipi_dsi_register_lcd_device(struct mipi_dsim_lcd_device
*lcd_dev);
void exynos_set_dsim_platform_data(struct exynos_platform_mipi_dsim *pd);
+void exynos_init_dsim_platform_data(vidinfo_t *vid);
/* panel driver init based on mipi dsi interface */
void s6e8ax0_init(void);
+#ifdef CONFIG_OF_CONTROL
+extern int mipi_power(void);
+#endif
#endif /* _DSIM_H */
OpenPOWER on IntegriCloud