From patchwork Tue Mar 19 07:08:11 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vikas C Sajjan X-Patchwork-Id: 15423 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 4433423E3E for ; Tue, 19 Mar 2013 07:09:07 +0000 (UTC) Received: from mail-vb0-f47.google.com (mail-vb0-f47.google.com [209.85.212.47]) by fiordland.canonical.com (Postfix) with ESMTP id EE0CEA1857E for ; Tue, 19 Mar 2013 07:09:06 +0000 (UTC) Received: by mail-vb0-f47.google.com with SMTP id e21so105600vbm.34 for ; Tue, 19 Mar 2013 00:09:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state; bh=5nqxdoOUcAWeBW6k/qLIaqD8M7+O8VpHM0lepGgt30c=; b=Xwpp8bkF7qwlalChapuxp6DFwUMGD8ybdsbZBFlKnDdCkk1ospIHzGpaJLdsfGEBp5 7OUAZHjwvzI9zrAgWftq3H38uJEIxV2pyTyl0BIvhXRXnbJBl6YhsB76eziZOmlL6TZV iqzAu6OFqyHqC968XdXxDAL40R5GR36CveK+r8mLOEZH5i4/x1QAwCdRxk0C+pFEqjKN i1ULkLjDl+t44ZhOBnqdyA1yJLR7sItvFTuqJPBHGw+CHJM7kUj8vOAkAa9+cpUSswnO fMuOETajrxYm6rrLD9td3q7cGVnYcDfGNu/UsfJbH64+K2mJSHAMfJeZNJeGabc7uq7S A6dg== X-Received: by 10.52.18.148 with SMTP id w20mr883410vdd.8.1363676946475; Tue, 19 Mar 2013 00:09:06 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.58.127.98 with SMTP id nf2csp79854veb; Tue, 19 Mar 2013 00:09:06 -0700 (PDT) X-Received: by 10.66.228.194 with SMTP id sk2mr1731528pac.51.1363676945558; Tue, 19 Mar 2013 00:09:05 -0700 (PDT) Received: from mail-pb0-f45.google.com (mail-pb0-f45.google.com [209.85.160.45]) by mx.google.com with ESMTPS id j10si10299386pac.194.2013.03.19.00.09.05 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 19 Mar 2013 00:09:05 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.160.45 is neither permitted nor denied by best guess record for domain of vikas.sajjan@linaro.org) client-ip=209.85.160.45; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.160.45 is neither permitted nor denied by best guess record for domain of vikas.sajjan@linaro.org) smtp.mail=vikas.sajjan@linaro.org Received: by mail-pb0-f45.google.com with SMTP id ro8so180033pbb.18 for ; Tue, 19 Mar 2013 00:09:05 -0700 (PDT) X-Received: by 10.66.83.34 with SMTP id n2mr1539940pay.194.1363676945187; Tue, 19 Mar 2013 00:09:05 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id dl1sm18901408pbc.17.2013.03.19.00.09.01 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 19 Mar 2013 00:09:04 -0700 (PDT) From: Vikas Sajjan To: linux-samsung-soc@vger.kernel.org Cc: kgene.kim@samsung.com, sylvester.nawrocki@gmail.com, devicetree-discuss@lists.ozlabs.org, inki.dae@samsung.com, linaro-kernel@lists.linaro.org, joshi@samsung.com Subject: [PATCH v8 3/4] ARM: dts: Add FIMD node and display timing node to exynos4412-origen.dts Date: Tue, 19 Mar 2013 12:38:11 +0530 Message-Id: <1363676892-21296-4-git-send-email-vikas.sajjan@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1363676892-21296-1-git-send-email-vikas.sajjan@linaro.org> References: <1363676892-21296-1-git-send-email-vikas.sajjan@linaro.org> X-Gm-Message-State: ALoCoQnEyyOtX9JLUBnc0in6/bc6qyLubYbxuRwySgru1/6Nn1VRQAh4r6HLkwtOOoRUWA+lB9xw Adds FIMD DT support to Origen quad board Signed-off-by: Vikas Sajjan --- arch/arm/boot/dts/exynos4412-origen.dts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412-origen.dts index a5478bd..8953c92 100644 --- a/arch/arm/boot/dts/exynos4412-origen.dts +++ b/arch/arm/boot/dts/exynos4412-origen.dts @@ -70,6 +70,28 @@ status = "okay"; }; + fimd@11c00000 { + samsung,power-domain = <&pd_lcd0>; + pinctrl-0 = <&lcd_sync &lcd_clk &lcd_en &lcd_data24 &pwm1_out>; + pinctrl-names = "default"; + status = "okay"; + }; + + display-timings { + native-mode = <&timing0>; + timing0: timing@0 { + clock-frequency = <50000>; + hactive = <1024>; + vactive = <600>; + hfront-porch = <64>; + hback-porch = <16>; + hsync-len = <48>; + vback-porch = <64>; + vfront-porch = <16>; + vsync-len = <3>; + }; + }; + serial@13800000 { status = "okay"; };