From 24bb7a6efc528ea6d6270ac2c788f23bb32c2331 Mon Sep 17 00:00:00 2001 From: Donghwa Lee Date: Wed, 9 May 2012 14:33:31 +0900 Subject: video: exynos mipi dsi: support reverse panel type This patch adds panel_reverse variable to support reversed s6e8ax0 panel type. Signed-off-by: Donghwa Lee Signed-off-by: Inki Dae Signed-off-by: Kyungmin Park Signed-off-by: Florian Tobias Schandinat --- include/video/exynos_mipi_dsim.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/video') diff --git a/include/video/exynos_mipi_dsim.h b/include/video/exynos_mipi_dsim.h index 772c770..83ce5e6 100644 --- a/include/video/exynos_mipi_dsim.h +++ b/include/video/exynos_mipi_dsim.h @@ -315,6 +315,7 @@ struct mipi_dsim_lcd_device { int id; int bus_id; int irq; + int panel_reverse; struct mipi_dsim_device *master; void *platform_data; -- cgit v1.1