From patchwork Thu Feb 28 09:42:37 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: 2196291 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 32610DF2A2 for ; Thu, 28 Feb 2013 09:43:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751779Ab3B1JnK (ORCPT ); Thu, 28 Feb 2013 04:43:10 -0500 Received: from mail-pb0-f43.google.com ([209.85.160.43]:36320 "EHLO mail-pb0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752058Ab3B1JnJ (ORCPT ); Thu, 28 Feb 2013 04:43:09 -0500 Received: by mail-pb0-f43.google.com with SMTP id md12so992111pbc.16 for ; Thu, 28 Feb 2013 01:43:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=1dIp+oa9Wf1XZ9Y15dz67o45DEM3Euy+GJIMBbFtVk8=; b=dstq/SisYsxVdKxFRtGJVEYTvTXBqFk2fylAiy6ta3jjzWYfgAIB8jkiZqcOIxZoF5 Z14Z541TWXIMuEFInqxI1lV2jMeZyhtk4nQAU9YU4R8uOT3YX6aoUw1g/KGJyRY/t6Du VnGEQZ/UmZpzcn/Z6VZWHb44ADEvmuFj2+nV3AnhPCW9W5jEZZ0kBK+5/jvo4TJPLUUp fzCFVOU6QCxQk2ahzj0oe7BrwwBYMYgwgVp/HR/iMhpvR7MZwj76zQGcgQs+irlOPrMO qJpiHMm/PfC8/bfPfuUTBe0uWhnYg2M/2Fcy7nXi8/Q+/3gmskVC1jYCqUCMEjlxoZ+8 K7jg== X-Received: by 10.68.192.106 with SMTP id hf10mr8070358pbc.122.1362044589173; Thu, 28 Feb 2013 01:43:09 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id zm1sm7818402pbc.26.2013.02.28.01.43.03 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 28 Feb 2013 01:43:08 -0800 (PST) From: Vikas Sajjan To: linux-samsung-soc@vger.kernel.org Cc: kgene.kim@samsung.com, sachin.kamat@linaro.org, t.figa@samsung.com, sylvester.nawrocki@gmail.com, devicetree-discuss@lists.ozlabs.org, inki.dae@samsung.com, jy0922.shim@samsung.com Subject: [PATCH v6 3/5] ARM: dts: Add FIMD node and display timing node to exynos4412-origen.dts Date: Thu, 28 Feb 2013 15:12:37 +0530 Message-Id: <1362044559-7496-4-git-send-email-vikas.sajjan@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1362044559-7496-1-git-send-email-vikas.sajjan@linaro.org> References: <1362044559-7496-1-git-send-email-vikas.sajjan@linaro.org> X-Gm-Message-State: ALoCoQnfcXT2sBIVVii87LQdbzn5WnCtmdXRG5on6X9pL5WQYLGd6QR2GXMaPVuLhmrsalKZAIJG Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org 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 31e14c4..a6fd41f 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"; };