From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Tue, 5 Jul 2011 00:27:00 +0200 Subject: [U-Boot] [PATCH] [v2] video: Add SHARP LQ084S3LG01 LCD support on P1022DS In-Reply-To: <1306418537-21470-1-git-send-email-timur@freescale.com> References: <1306418537-21470-1-git-send-email-timur@freescale.com> Message-ID: <20110705002700.2e54086d@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 26 May 2011 09:02:17 -0500 Timur Tabi wrote: > The SHARP LQ084S3LG01 is a TFT LCD used on the P1022DS (revision "C") board. > This device only supports 800x600 resolution, so if that resolution is selected, > assume that this is the device. The device is attached to the LVDS port > on the P1022DS board. > > The existing 800x600 entry (for the PDM360NG board) is actually 800x480, > so we fix that. To support two different 800x resolutions, the Y-resolution > is now passed to fsl_diu_init() and both values are used to pick the proper > fb_videomode structure. > > The data for the 800x600 video mode is originally from Jiang Yutang. > > Signed-off-by: Timur Tabi > Signed-off-by: Jiang Yutang > --- > arch/powerpc/cpu/mpc512x/diu.c | 2 +- > board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c | 2 +- > board/freescale/p1022ds/diu.c | 2 +- > drivers/video/fsl_diu_fb.c | 51 +++++++++++++++++------- > include/fsl_diu_fb.h | 2 +- > 5 files changed, 40 insertions(+), 19 deletions(-) applied to u-boot-video/master. Thanks! Anatolij