diff options
author | Donghwa Lee <dh09.lee@samsung.com> | 2012-04-26 18:52:26 +0000 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2012-05-25 09:15:09 +0200 |
commit | 3d02408665b1622ef50518637e36ac4c53750c08 (patch) | |
tree | 8b105ebda61e46ea81795e7bf7e0c73f3d48c448 /arch/arm | |
parent | 8ecb4c6473e5f88ae343c621c3b5bac513f5a797 (diff) | |
download | u-boot-imx-3d02408665b1622ef50518637e36ac4c53750c08.zip u-boot-imx-3d02408665b1622ef50518637e36ac4c53750c08.tar.gz u-boot-imx-3d02408665b1622ef50518637e36ac4c53750c08.tar.bz2 |
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')
-rw-r--r-- | arch/arm/include/asm/arch-exynos/mipi_dsim.h | 1 |
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 ef6a3d1..9a7cbeb 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; |