aboutsummaryrefslogtreecommitdiffstats
path: root/include/video/exynos_mipi_dsim.h
diff options
context:
space:
mode:
authorDonghwa Lee <dh09.lee@samsung.com>2012-05-09 14:33:31 +0900
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2012-05-13 13:08:23 +0000
commit24bb7a6efc528ea6d6270ac2c788f23bb32c2331 (patch)
tree0f63604d0eae6830b8b4ac808475f431eda4a4ef /include/video/exynos_mipi_dsim.h
parentvideo: exynos mipi dsi: Properly interpret the interrupt source flags (diff)
downloadlinux-dev-24bb7a6efc528ea6d6270ac2c788f23bb32c2331.tar.xz
linux-dev-24bb7a6efc528ea6d6270ac2c788f23bb32c2331.zip
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 <dh09.lee@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'include/video/exynos_mipi_dsim.h')
-rw-r--r--include/video/exynos_mipi_dsim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/exynos_mipi_dsim.h b/include/video/exynos_mipi_dsim.h
index 772c770535f1..83ce5e667d47 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;