From patchwork Thu May 1 06:34:04 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Harvey X-Patchwork-Id: 4097821 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id E0C7FBFF02 for ; Thu, 1 May 2014 06:37:31 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 270FC20304 for ; Thu, 1 May 2014 06:37:31 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 578052025A for ; Thu, 1 May 2014 06:37:30 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Wfka5-0000GG-7M; Thu, 01 May 2014 06:34:53 +0000 Received: from mail-pa0-f41.google.com ([209.85.220.41]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Wfka2-0008Ut-P4 for linux-arm-kernel@lists.infradead.org; Thu, 01 May 2014 06:34:51 +0000 Received: by mail-pa0-f41.google.com with SMTP id lj1so451285pab.14 for ; Wed, 30 Apr 2014 23:34:29 -0700 (PDT) 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=Q8NqdSaXwVp5/xhgfBVheKyRE4Fm/B3kTFlmtZ2pF0w=; b=drlZI19PSWCWYA/uMf6OddpCgptTy67F4Kek6mUkMeGU0J+oF5XzZErqoKSyJk+MYA btjHazqep0tVmojd5hrsd8mAJT7plflUKeBRUYE9p4DnSkBOehHANVRHC3y/cqooSr/m sYcUmMUqn25YNWvy6vVH1INWDtnmi7t26q5w2KXSXhivihcKWE/dIkBw9UnO96JkaOtm D4XB6nUVWI9Tl1jtw7Vmb3KizC/HKA6DKmLy3gwyLD9J/6/Cn2pVgr3ib+BRaL86POnH qD8MKvmsutxh1b1XQs53NZJ58VdWa1+65oI0aahj+ROMUA2RB2kEERYPVYkw4oXVo6O/ 4m6g== X-Gm-Message-State: ALoCoQmkSnljvKlw8smCTEcps1TOZ5K0pjkZUzGwuKSj+GT3+Mc0rJ6ubiP/UnLAoWQoY5a1/XiH X-Received: by 10.66.166.47 with SMTP id zd15mr17747380pab.0.1398926051246; Wed, 30 Apr 2014 23:34:11 -0700 (PDT) Received: from tharvey-gw.gw (68-189-91-139.static.snlo.ca.charter.com. [68.189.91.139]) by mx.google.com with ESMTPSA id z3sm149158613pas.15.2014.04.30.23.34.09 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 30 Apr 2014 23:34:10 -0700 (PDT) From: Tim Harvey To: shawn.guo@freescale.com Subject: [PATCH 2/2] ARM: dts: imx: Fix LVDS mapping for Ventana GW52xx Date: Wed, 30 Apr 2014 23:34:04 -0700 Message-Id: <1398926044-26125-1-git-send-email-tharvey@gateworks.com> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <20140429055531.GF16451@dragon> References: <20140429055531.GF16451@dragon> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140430_233450_833632_1BBA2599 X-CRM114-Status: UNSURE ( 9.28 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The GW52xx supports LVDS on channel 0. Remove the obsolete crtcs node and add display timings for the HanStar HSD100PXN1 display. Signed-off-by: Tim Harvey --- arch/arm/boot/dts/imx6qdl-gw52xx.dtsi | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi index 62f533a..367af3e 100644 --- a/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi +++ b/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi @@ -454,6 +454,27 @@ &ldb { status = "okay"; + + lvds-channel@0 { + fsl,data-mapping = "spwg"; + fsl,data-width = <18>; + status = "okay"; + + display-timings { + native-mode = <&timing0>; + timing0: hsd100pxn1 { + clock-frequency = <65000000>; + hactive = <1024>; + vactive = <768>; + hback-porch = <220>; + hfront-porch = <40>; + vback-porch = <21>; + vfront-porch = <7>; + hsync-len = <60>; + vsync-len = <10>; + }; + }; + }; }; &pcie {