From patchwork Mon Jul 29 13:49:28 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: 18639 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-gh0-f200.google.com (mail-gh0-f200.google.com [209.85.160.200]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 235F72395F for ; Mon, 29 Jul 2013 13:50:04 +0000 (UTC) Received: by mail-gh0-f200.google.com with SMTP id 10sf5335469ghy.3 for ; Mon, 29 Jul 2013 06:50:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-beenthere:x-forwarded-to:x-forwarded-for :delivered-to:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state:x-original-sender :x-original-authentication-results:precedence:mailing-list:list-id :x-google-group-id:list-post:list-help:list-archive:list-unsubscribe; bh=G6AIwbpemD5kyk4rtPJouzdyjTE7Du9h/u7MTWqGMWY=; b=Jh22KYsPeDqE1npzcwJN9UVU/Wa1GMYgKJlJtcYO1DX8M8vadgAnnddXOcgUV2PQnf kLumcdUTDocJkqYFt0ag0NhDREnbSRUOeiDve+RC6heARB+lBWfglU5iv8OGO3gQL6DJ CWfbcnx2iG9xct+so/d8z8ieiU1wSB7khayVqi6L296o2IYxb0oJuHR+H3eMFhcrWsll EUuHiTB6KQRiHzwubP26Utddt8t1WjVKU8ZDwmsukBLrKEtnK5tJ/NFGVC7KT4FW+sIh b2mCQ/7O0h1tBHeu5CDBhUgJOAPPxgLeMTlabhOMNfB60Cg5BpcjyhbNdq7UvxADMpj7 NNKA== X-Received: by 10.236.169.196 with SMTP id n44mr31357862yhl.9.1375105803867; Mon, 29 Jul 2013 06:50:03 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.26.70 with SMTP id j6ls2056684qeg.94.gmail; Mon, 29 Jul 2013 06:50:03 -0700 (PDT) X-Received: by 10.52.163.242 with SMTP id yl18mr15905850vdb.90.1375105803741; Mon, 29 Jul 2013 06:50:03 -0700 (PDT) Received: from mail-vc0-f172.google.com (mail-vc0-f172.google.com [209.85.220.172]) by mx.google.com with ESMTPS id eh17si5603501vcb.12.2013.07.29.06.50.03 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 29 Jul 2013 06:50:03 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.220.172 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.220.172; Received: by mail-vc0-f172.google.com with SMTP id m17so2096359vca.3 for ; Mon, 29 Jul 2013 06:50:03 -0700 (PDT) X-Received: by 10.52.164.16 with SMTP id ym16mr21223813vdb.32.1375105803655; Mon, 29 Jul 2013 06:50:03 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.221.11.8 with SMTP id pc8csp117376vcb; Mon, 29 Jul 2013 06:50:03 -0700 (PDT) X-Received: by 10.66.234.106 with SMTP id ud10mr36309148pac.86.1375105802849; Mon, 29 Jul 2013 06:50:02 -0700 (PDT) Received: from mail-pa0-f48.google.com (mail-pa0-f48.google.com [209.85.220.48]) by mx.google.com with ESMTPS id zu9si23830177pbc.68.2013.07.29.06.50.02 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 29 Jul 2013 06:50:02 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.220.48 is neither permitted nor denied by best guess record for domain of vikas.sajjan@linaro.org) client-ip=209.85.220.48; Received: by mail-pa0-f48.google.com with SMTP id kp13so4593864pab.7 for ; Mon, 29 Jul 2013 06:50:02 -0700 (PDT) X-Received: by 10.68.249.68 with SMTP id ys4mr14781111pbc.159.1375105802495; Mon, 29 Jul 2013 06:50:02 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPSA id w8sm21004206paj.4.2013.07.29.06.49.58 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 29 Jul 2013 06:50:01 -0700 (PDT) From: Vikas Sajjan To: linux-samsung-soc@vger.kernel.org Cc: kgene.kim@samsung.com, t.figa@samsung.com, devicetree-discuss@lists.ozlabs.org, jg1.han@samsung.com, inki.dae@samsung.com, patches@linaro.org, linaro-kernel@lists.linaro.org Subject: [PATCH 4/7] ARM: dts: Add FIMD DT node to exynos5420 DTS files Date: Mon, 29 Jul 2013 19:19:28 +0530 Message-Id: <1375105771-8106-5-git-send-email-vikas.sajjan@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1375105771-8106-1-git-send-email-vikas.sajjan@linaro.org> References: <1375105771-8106-1-git-send-email-vikas.sajjan@linaro.org> X-Gm-Message-State: ALoCoQnvhSBn7OSJhDgE9niqQqN7L5S0yrmumf59ROgJYKahmo5jLcde8bAvuxZzETeKaMQiaJj1 X-Original-Sender: vikas.sajjan@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.220.172 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , Adds FIMD DT node to exynos5420 based SMDK. Also adds display-timimg information node. Signed-off-by: Vikas Sajjan --- arch/arm/boot/dts/exynos5420-smdk5420.dts | 18 ++++++++++++++++++ arch/arm/boot/dts/exynos5420.dtsi | 8 ++++++++ 2 files changed, 26 insertions(+) diff --git a/arch/arm/boot/dts/exynos5420-smdk5420.dts b/arch/arm/boot/dts/exynos5420-smdk5420.dts index 08607df..7c2f477 100644 --- a/arch/arm/boot/dts/exynos5420-smdk5420.dts +++ b/arch/arm/boot/dts/exynos5420-smdk5420.dts @@ -30,4 +30,22 @@ clock-frequency = <24000000>; }; }; + + fimd { + display-timings { + native-mode = <&timing0>; + timing0: timing@0 { + clock-frequency = <50000>; + hactive = <2560>; + vactive = <1600>; + hfront-porch = <48>; + hback-porch = <80>; + hsync-len = <32>; + vback-porch = <16>; + vfront-porch = <8>; + vsync-len = <6>; + }; + }; + }; + }; diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi index bd6b310..1f659f4 100644 --- a/arch/arm/boot/dts/exynos5420.dtsi +++ b/arch/arm/boot/dts/exynos5420.dtsi @@ -180,4 +180,12 @@ clocks = <&clock 260>, <&clock 131>; clock-names = "uart", "clk_uart_baud0"; }; + + fimd { + samsung,power-domain = <&disp_pd>; + clocks = <&clock 147>, <&clock 421>; + clock-names = "sclk_fimd", "fimd"; + status = "okay"; + }; + };