From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 24 May 2012 22:41:58 +0200 Subject: [U-Boot] [PATCH] LCD: support another s6e8ax0 panel type In-Reply-To: <4F9A260A.3080208@samsung.com> References: <4F9A260A.3080208@samsung.com> Message-ID: <20120524224158.61886026@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Fri, 27 Apr 2012 13:52:26 +0900 Donghwa Lee wrote: > 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 > Signed-off-by: Kyungmin Park > --- > arch/arm/include/asm/arch-exynos/mipi_dsim.h | 1 + > board/samsung/trats/trats.c | 8 ++++++++ > drivers/video/s6e8ax0.c | 17 ++++++++++++++++- > 3 files changed, 25 insertions(+), 1 deletions(-) Applied to u-boot-video/master after rebasing. Thanks! Anatolij