From patchwork Mon Jul 29 13:49:25 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: 18636 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-yh0-f71.google.com (mail-yh0-f71.google.com [209.85.213.71]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id A50E02395F for ; Mon, 29 Jul 2013 13:49:50 +0000 (UTC) Received: by mail-yh0-f71.google.com with SMTP id f64sf2488294yha.2 for ; Mon, 29 Jul 2013 06:49:50 -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=ojLKNR1daL7Ci9VA8zBY20kue65EwVp+S/4nZHWlNCg=; b=OT392QCG1H402wxcA/2No3SWOha3KzZMCTKDVLuGAFVi8albn24IxNO6kCh9J2cQQQ i61keC///Fq/bfTVJ8WUa1ERXFo25sHDqcM7V9izRL1ukQ3Hq+Hi9fcGQDpown54jbBp jsaUnzJtLsAit9M2BJjvgR8S8hTnDqMEmqfx3uWm+WqXOwtsDburMRxah8d1L7DKuCxM UIU64N5OaNmxfS3S+R2kzqJmBV7bDVgAj35b5hevdEafEdz8DI6y7ek6Qiz1odkqOwow v2k9Hek6MKtRClSU4UcaFCq9wgdrcTga/806mHthxhEAuk3kVfO7He6T/14JEGo3cb9T 0ktQ== X-Received: by 10.236.137.133 with SMTP id y5mr30581868yhi.51.1375105790364; Mon, 29 Jul 2013 06:49:50 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.94.163 with SMTP id dd3ls1859552qeb.92.gmail; Mon, 29 Jul 2013 06:49:50 -0700 (PDT) X-Received: by 10.220.182.193 with SMTP id cd1mr8646845vcb.32.1375105790144; Mon, 29 Jul 2013 06:49:50 -0700 (PDT) Received: from mail-ve0-f178.google.com (mail-ve0-f178.google.com [209.85.128.178]) by mx.google.com with ESMTPS id ba6si1314836vcb.88.2013.07.29.06.49.50 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 29 Jul 2013 06:49:50 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.128.178 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.128.178; Received: by mail-ve0-f178.google.com with SMTP id ox1so2252145veb.23 for ; Mon, 29 Jul 2013 06:49:50 -0700 (PDT) X-Received: by 10.221.47.193 with SMTP id ut1mr8437998vcb.8.1375105790066; Mon, 29 Jul 2013 06:49:50 -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 pc8csp117363vcb; Mon, 29 Jul 2013 06:49:49 -0700 (PDT) X-Received: by 10.69.14.165 with SMTP id fh5mr38159803pbd.81.1375105789125; Mon, 29 Jul 2013 06:49:49 -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 xq4si13432078pab.347.2013.07.29.06.49.48 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 29 Jul 2013 06:49:49 -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; Received: by mail-pb0-f45.google.com with SMTP id mc8so4659070pbc.4 for ; Mon, 29 Jul 2013 06:49:48 -0700 (PDT) X-Received: by 10.68.97.229 with SMTP id ed5mr68228691pbb.37.1375105788729; Mon, 29 Jul 2013 06:49:48 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPSA id w8sm21004206paj.4.2013.07.29.06.49.44 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 29 Jul 2013 06:49:47 -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 1/7] ARM: dts: Move display-timimg information inside FIMD DT node for exynos5250 Date: Mon, 29 Jul 2013 19:19:25 +0530 Message-Id: <1375105771-8106-2-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: ALoCoQle/fQjv6ykzNnCdDMbCyZQjs6G1VVyqEOFcjjn0d+bVekVvzJ+3mInB0q7zh6ZSmxvyy2g X-Original-Sender: vikas.sajjan@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.128.178 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: , As the display-timing information is parsed by FIMD driver, it makes sense to move the display-timimg DT node inside FIMD DT node for exynos5250 Signed-off-by: Vikas Sajjan --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts index 49f18c2..3b32c26 100644 --- a/arch/arm/boot/dts/exynos5250-smdk5250.dts +++ b/arch/arm/boot/dts/exynos5250-smdk5250.dts @@ -262,19 +262,21 @@ pinctrl-0 = <&dp_hpd>; }; - display-timings { - native-mode = <&timing0>; - timing0: timing@0 { - /* 1280x800 */ - clock-frequency = <50000>; - hactive = <1280>; - vactive = <800>; - hfront-porch = <4>; - hback-porch = <4>; - hsync-len = <4>; - vback-porch = <4>; - vfront-porch = <4>; - vsync-len = <4>; + fimd { + display-timings { + native-mode = <&timing0>; + timing0: timing@0 { + /* 1280x800 */ + clock-frequency = <50000>; + hactive = <1280>; + vactive = <800>; + hfront-porch = <4>; + hback-porch = <4>; + hsync-len = <4>; + vback-porch = <4>; + vfront-porch = <4>; + vsync-len = <4>; + }; }; };