From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Weber Date: Fri, 18 Feb 2011 12:36:55 +0000 Subject: Re: [PATCH 2/2] omap3: devkit8000: Add and use 4.3 inch display Message-Id: <4D5E67E7.7040603@gmail.com> List-Id: References: <1297530130-10355-1-git-send-email-daniel.morsing@gmail.com> <1297530130-10355-3-git-send-email-daniel.morsing@gmail.com> In-Reply-To: <1297530130-10355-3-git-send-email-daniel.morsing@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Daniel Morsing Cc: Tony Lindgren , Tomi Valkeinen , Bryan Wu , linux-fbdev@vger.kernel.org, linux-omap@vger.kernel.org Hello Daniel, Am 12.02.2011 18:02, schrieb Daniel Morsing: > This patch adds a generic panel entry for the 4.3 inch display that is > sold with the devkit8000 and modifies the board file to use this > display. > > Signed-off-by: Daniel Morsing > --- > Note that this patch depends on the previous one in the series. > > arch/arm/mach-omap2/board-devkit8000.c | 2 +- > drivers/video/omap2/displays/panel-generic-dpi.c | 26 ++++++++++++++++++++++ > 2 files changed, 27 insertions(+), 1 deletions(-) > > diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c > index 9a2a31e..6dab13e 100644 > --- a/arch/arm/mach-omap2/board-devkit8000.c > +++ b/arch/arm/mach-omap2/board-devkit8000.c > @@ -148,7 +148,7 @@ static struct regulator_consumer_supply devkit8000_vio_supply > REGULATOR_SUPPLY("vcc", "spi2.0"); > > static struct panel_generic_dpi_data lcd_panel = { > - .name = "generic", > + .name = "devkit_43", > .platform_enable = devkit8000_panel_enable_lcd, > .platform_disable = devkit8000_panel_disable_lcd, > }; So only the 4.3 inch display can be used with the devkit8000? There are also Devkit8000 with 5.6 and 7 inch displays. Regards, Thomas > diff --git a/drivers/video/omap2/displays/panel-generic-dpi.c b/drivers/video/omap2/displays/panel-generic-dpi.c > index b52a28f..ee9e7ea 100644 > --- a/drivers/video/omap2/displays/panel-generic-dpi.c > +++ b/drivers/video/omap2/displays/panel-generic-dpi.c > @@ -83,6 +83,32 @@ static struct panel_config generic_dpi_panels[] = { > .name = "generic", > }, > > + /* Devkit8000 4.3 Inch display */ > + { > + { > + .x_res = 480, > + .y_res = 272, > + > + .pixel_clock = 10000, > + > + .hfp = 2, > + .hsw = 41, > + .hbp = 2, > + > + .vfp = 2, > + .vsw = 10, > + .vbp = 2, > + }, > + .acbi = 0x0, > + .acb = 0x0, > + .recommended_bpp = 16, > + .config = OMAP_DSS_LCD_TFT | OMAP_DSS_LCD_IVS | > + OMAP_DSS_LCD_IHS, > + .power_on_delay = 50, > + .power_off_delay = 100, > + .name = "devkit_43", > + }, > + > /* Sharp LQ043T1DG01 */ > { > {