summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-exynos/mipi_dsim.h
diff options
context:
space:
mode:
authorDonghwa Lee <dh09.lee@samsung.com>2012-04-26 18:52:26 +0000
committerAnatolij Gustschin <agust@denx.de>2012-05-25 09:15:09 +0200
commit3d02408665b1622ef50518637e36ac4c53750c08 (patch)
tree8b105ebda61e46ea81795e7bf7e0c73f3d48c448 /arch/arm/include/asm/arch-exynos/mipi_dsim.h
parent8ecb4c6473e5f88ae343c621c3b5bac513f5a797 (diff)
downloadtalos-obmc-uboot-3d02408665b1622ef50518637e36ac4c53750c08.tar.gz
talos-obmc-uboot-3d02408665b1622ef50518637e36ac4c53750c08.zip
LCD: support another s6e8ax0 panel type
s6e8ax0 panel has many panel of types. This patch support another panel on TIZEN lunchbox board(HWREVISION 2). This panel has reversed panel display type. So, I had added necessary command. Signed-off-by: Donghwa Lee <dh09.lee@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Acked-by: Minkyu Kang <mk7.kang@samsung.com> Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'arch/arm/include/asm/arch-exynos/mipi_dsim.h')
-rw-r--r--arch/arm/include/asm/arch-exynos/mipi_dsim.h1
1 files changed, 1 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 ef6a3d1123..9a7cbeb599 100644
--- a/arch/arm/include/asm/arch-exynos/mipi_dsim.h
+++ b/arch/arm/include/asm/arch-exynos/mipi_dsim.h
@@ -329,6 +329,7 @@ struct mipi_dsim_lcd_device {
char *name;
int id;
int bus_id;
+ int reverse_panel;
struct mipi_dsim_device *master;
void *platform_data;
OpenPOWER on IntegriCloud