From patchwork Thu Feb 4 14:04:18 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 61185 Delivered-To: patch@linaro.org Received: by 10.112.43.199 with SMTP id y7csp476177lbl; Thu, 4 Feb 2016 06:05:42 -0800 (PST) X-Received: by 10.98.0.150 with SMTP id 144mr11126711pfa.139.1454594741929; Thu, 04 Feb 2016 06:05:41 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 82si16939732pfq.218.2016.02.04.06.05.41; Thu, 04 Feb 2016 06:05:41 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-fbdev-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-fbdev-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-fbdev-owner@vger.kernel.org; dkim=neutral (body hash did not verify) header.i=@linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757771AbcBDOFe (ORCPT + 2 others); Thu, 4 Feb 2016 09:05:34 -0500 Received: from mail-lf0-f54.google.com ([209.85.215.54]:35735 "EHLO mail-lf0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757683AbcBDOFb (ORCPT ); Thu, 4 Feb 2016 09:05:31 -0500 Received: by mail-lf0-f54.google.com with SMTP id l143so36725209lfe.2 for ; Thu, 04 Feb 2016 06:05:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=jILC5MgsHheW5cxrrBeppQfvbVlIb+4V2MeQOOT5j4w=; b=Z5ucPssB3uXwvRIjdL5GbntaikaOL49hSfmj/uQEKPvQmM152wNcMcvfiwUjUNOYRx du8YP3fgx5SCj58zIsIGTDPj6IrEmyAyG//AJ6x+NmKCf60YBpgMPquH2gvJn61iQF5h Ld9+g6/tku+HNyPjLlKbdR6PYoDgZAyHpIKpo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=jILC5MgsHheW5cxrrBeppQfvbVlIb+4V2MeQOOT5j4w=; b=R13++PD9G0IA5VOgH+FFJTTfHrfw478TXqNOqbLgPVwabxOybMjeyfJ4lAmGeqSO2X mxbeCTD1HvQEBwzCDqk0ZrsCa+4DL2l64w8U3MPMTnAxhZK3/nTYt/WdeoObT1diS82Y lfSmr98RNbqgokSzv9wmpRB3lBGIQejHuhkVNIsVDAJ/4NGFcvEEq9/Rv10xHX0NBG5+ ZV61bCjm1ErB4N6XP1DUSwc77AhMQD8++NFZRdDdgmwmJuLoRgAxq24SWfqgZCEuZIyb 6XWkLfxKgoWdgLUk9G3DPzeiCL17ddLWAYogG/wMwojqtDw2PtCsovDaoF88KOIMzfz2 MbCw== X-Gm-Message-State: AG10YOTCxwPDujyKa8xX4GSToktTLDTlK8jb9A7EKcdQtGB/a+L9pNg3mS59SVWgrY98fjRf X-Received: by 10.25.153.130 with SMTP id b124mr3599961lfe.81.1454594730057; Thu, 04 Feb 2016 06:05:30 -0800 (PST) Received: from localhost.localdomain ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id m21sm1576066lfe.29.2016.02.04.06.05.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 04 Feb 2016 06:05:29 -0800 (PST) From: Linus Walleij To: linux-fbdev@vger.kernel.org, Tomi Valkeinen , Jean-Christophe Plagniol-Villard , Pawel Moll , Rob Herring , Russell King Cc: linux-arm-kernel@lists.infradead.org, Arnd Bergmann , Linus Walleij Subject: [PATCH 09/11] ARM: PB11MPCore: define a standard VGA panel Date: Thu, 4 Feb 2016 15:04:18 +0100 Message-Id: <1454594660-7532-10-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1454594660-7532-1-git-send-email-linus.walleij@linaro.org> References: <1454594660-7532-1-git-send-email-linus.walleij@linaro.org> Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org Let's supply a standard VGA panel by default on the PB11MPCore, this will work with most monitors. If more screen real estate is desired, users can update the DPI definition. Cc: Pawel Moll Cc: Rob Herring Cc: Russell King Signed-off-by: Linus Walleij --- arch/arm/boot/dts/arm-realview-pb11mp.dts | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm/boot/dts/arm-realview-pb11mp.dts b/arch/arm/boot/dts/arm-realview-pb11mp.dts index 3d9b1b0f4ffc..9e744c83f5ee 100644 --- a/arch/arm/boot/dts/arm-realview-pb11mp.dts +++ b/arch/arm/boot/dts/arm-realview-pb11mp.dts @@ -629,16 +629,17 @@ }; }; + /* Standard 640x480 VGA timings */ panel-timing { - clock-frequency = <63500127>; - hactive = <1024>; - hback-porch = <152>; - hfront-porch = <48>; - hsync-len = <104>; - vactive = <768>; - vback-porch = <23>; - vfront-porch = <3>; - vsync-len = <4>; + clock-frequency = <25175000>; + hactive = <640>; + hback-porch = <48>; + hfront-porch = <16>; + hsync-len = <96>; + vactive = <480>; + vback-porch = <33>; + vfront-porch = <10>; + vsync-len = <2>; }; }; };