From patchwork Fri May 10 19:14:11 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 243059 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 7D2742C00A1 for ; Sat, 11 May 2013 05:21:01 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1FF0A4A141; Fri, 10 May 2013 21:21:00 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tn6ujSucp0F9; Fri, 10 May 2013 21:20:59 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7F9484A138; Fri, 10 May 2013 21:20:58 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8D77A4A138 for ; Fri, 10 May 2013 21:20:51 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kO5XW2ldF36C for ; Fri, 10 May 2013 21:20:45 +0200 (CEST) X-Greylist: delayed 338 seconds by postgrey-1.27 at theia; Fri, 10 May 2013 21:20:39 CEST X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-qa0-f48.google.com (mail-qa0-f48.google.com [209.85.216.48]) by theia.denx.de (Postfix) with ESMTPS id 71C484A136 for ; Fri, 10 May 2013 21:20:39 +0200 (CEST) Received: by mail-qa0-f48.google.com with SMTP id i13so507982qae.0 for ; Fri, 10 May 2013 12:20:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=/dxbOoUhITap6+2wagpJZQbvrmhhrLrFT6DL1ixFMRM=; b=CB/S9MmCnderao5+VYkv9U7N8Sd0uevsqFSOGYFmh8GnxBFU68D3N0tS30aijivxTn slpfadhefCdB0V0DUpf20pr29QpBb5Jr3AlVCGsX5odybh+4IUho826aRrybHEUjsEGl JgefG4aFCbte8cox11nJ51MqnlnU9O6kfu5C+MF5KiSVuMwt/NzBkv/hOnRTSzWKcgvZ 8YMFv9omBWX5Ub/oS4qH/aPqkpdz5ey9MbGEUhq7sqw6pFCXEV09qGx3DRUAvUuTLBwQ 1vgBUm+liZ+qZIj9Q8w/4h0GRVHTrQUCAet4H4DmcDJuZF7r/WF2hqQb0OFIcmIQlvzV L+hg== X-Received: by 10.224.17.2 with SMTP id q2mr12892306qaa.59.1368213300041; Fri, 10 May 2013 12:15:00 -0700 (PDT) Received: from localhost.localdomain ([187.106.36.101]) by mx.google.com with ESMTPSA id fq5sm2963391qab.2.2013.05.10.12.14.57 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 10 May 2013 12:14:59 -0700 (PDT) From: Fabio Estevam To: sbabic@denx.de Date: Fri, 10 May 2013 16:14:11 -0300 Message-Id: <1368213258-23811-3-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1368213258-23811-1-git-send-email-festevam@gmail.com> References: <1368213258-23811-1-git-send-email-festevam@gmail.com> Cc: marex@denx.de, u-boot@lists.denx.de, Fabio Estevam , otavio@ossystems.com.br Subject: [U-Boot] [PATCH 3/3] video: mxsfb: Add an entry for mx23evk/mx28vk video modes X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de From: Fabio Estevam Currently the mxsfb driver takes the display timings from the 'videomode' environment variable. Provide an example on how to set 'videomode' for using splash screen on mx23evk and mx28vk boards. Signed-off-by: Fabio Estevam Tested-by: Marek Vasut --- drivers/video/mxsfb.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/drivers/video/mxsfb.c b/drivers/video/mxsfb.c index 461ff6e..b189419 100644 --- a/drivers/video/mxsfb.c +++ b/drivers/video/mxsfb.c @@ -39,6 +39,11 @@ static GraphicDevice panel; * setenv videomode * video=ctfb:x:800,y:480,depth:18,mode:0,pclk:30066, * le:0,ri:256,up:0,lo:45,hs:1,vs:1,sync:100663296,vmode:0 + * + * Freescale mx23evk/mx28evk with a Seiko 4.3'' WVGA panel: + * setenv videomode + * video=ctfb:x:800,y:480,depth:24,mode:0,pclk:29851, + * le:89,ri:164,up:23,lo:10,hs:10,vs:10,sync:0,vmode:0 */ static void mxs_lcd_init(GraphicDevice *panel,