From patchwork Mon Jan 7 05:18:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Afzal Mohammed X-Patchwork-Id: 1939571 Return-Path: X-Original-To: patchwork-linux-fbdev@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id A2D7D3FED4 for ; Mon, 7 Jan 2013 05:18:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753482Ab3AGFRv (ORCPT ); Mon, 7 Jan 2013 00:17:51 -0500 Received: from comal.ext.ti.com ([198.47.26.152]:40879 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753620Ab3AGFRm (ORCPT ); Mon, 7 Jan 2013 00:17:42 -0500 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id r075HNB8001814; Sun, 6 Jan 2013 23:17:24 -0600 Received: from DBDE70.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id r075HM9w025404; Mon, 7 Jan 2013 10:47:22 +0530 (IST) Received: from dbdp32.itg.ti.com (172.24.170.251) by dbde70.ent.ti.com (172.24.170.148) with Microsoft SMTP Server id 14.1.323.3; Mon, 7 Jan 2013 10:47:22 +0530 Received: from ucmsshproxy.india.ext.ti.com (dbdp20.itg.ti.com [172.24.170.38]) by dbdp32.itg.ti.com (8.13.8/8.13.8) with SMTP id r075HMdb027874; Mon, 7 Jan 2013 10:47:22 +0530 Received: from symphony.india.ext.ti.com (unknown [192.168.247.13]) by ucmsshproxy.india.ext.ti.com (Postfix) with ESMTP id 8CAB7158006; Mon, 7 Jan 2013 10:47:20 +0530 (IST) Received: from ubuntu-psp-linux.india.ext.ti.com (ubuntu-psp-linux [192.168.247.46]) by symphony.india.ext.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id r075HKR24925; Mon, 7 Jan 2013 10:47:20 +0530 (IST) From: Afzal Mohammed To: Benoit Cousson , Tony Lindgren , Russell King , Grant Likely , Rob Herring , Steffen Trumtrar , Sekhar Nori , Vaibhav Hiremath , , , , , Subject: [PATCH 2/5] ARM: dts: AM33XX: Add am335x-evm lcdc panel timings Date: Mon, 7 Jan 2013 10:48:15 +0530 Message-ID: <6a980ad27ca1daf63d93517a14a544737b92880e.1357304150.git.afzal@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: MIME-Version: 1.0 Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org Update lcdc node with panel timings (typical) for AM335X-EVM. Signed-off-by: Afzal Mohammed --- arch/arm/boot/dts/am335x-evm.dts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/arch/arm/boot/dts/am335x-evm.dts b/arch/arm/boot/dts/am335x-evm.dts index d649644..a4229aa 100644 --- a/arch/arm/boot/dts/am335x-evm.dts +++ b/arch/arm/boot/dts/am335x-evm.dts @@ -244,3 +244,23 @@ &cpsw_emac1 { phy_id = <&davinci_mdio>, <1>; }; + +&lcdc { + status = "okay"; + + display-timings { + 800x480p62 { + clock-frequency = <30000000>; + hactive = <800>; + vactive = <480>; + hfront-porch = <39>; + hback-porch = <39>; + hsync-len = <47>; + vback-porch = <29>; + vfront-porch = <13>; + vsync-len = <2>; + hsync-active = <1>; + vsync-active = <1>; + }; + }; +};