From patchwork Thu Feb 28 09:42:38 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: 2196301 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 3A7F9DF2A2 for ; Thu, 28 Feb 2013 09:43:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752073Ab3B1JnP (ORCPT ); Thu, 28 Feb 2013 04:43:15 -0500 Received: from mail-da0-f54.google.com ([209.85.210.54]:35022 "EHLO mail-da0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752058Ab3B1JnP (ORCPT ); Thu, 28 Feb 2013 04:43:15 -0500 Received: by mail-da0-f54.google.com with SMTP id p1so777125dad.41 for ; Thu, 28 Feb 2013 01:43:14 -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=6domzeR5VgRsSoiqYpbuguCc5HQ7CNiHdvyPyex00xA=; b=XB/WBaLcUiPCa4LO4zoWDPOTbFLr1hcbJbhz9lmufGkhfM3qtyP+8zqe8ZEdo4ooef fPyO9y11J3UcMtYglySFTLoX0aD1PRlouX9iap/qoO6uTBBzUKqZ7Fi0JU+gyVsYaOVL sM7ai09Fo9DKIXK8UBdccvej63QnfoqrmtXGLTT1a9wW/TZNdkONbSJ1VEd/1u+gmPuO uBcnDqC6nPwdyD5+ax876jyNBNCy8SNdg+L4AiBcvkdVk9WDpXnxT4W3rUsFgl3MorzR z8oTG5XP4O35xdAN9ytX+6/41kEYgqw8d6Ljs2YlxmSXEuHiifMPG5XnNZMu/MnUB91/ AV+A== X-Received: by 10.66.220.227 with SMTP id pz3mr12131756pac.190.1362044594812; Thu, 28 Feb 2013 01:43:14 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id zm1sm7818402pbc.26.2013.02.28.01.43.09 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 28 Feb 2013 01:43:13 -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 4/5] ARM: dts: Add FIMD AUXDATA node entry for exynos4 DT Date: Thu, 28 Feb 2013 15:12:38 +0530 Message-Id: <1362044559-7496-5-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: ALoCoQlUaECCoRUeWLvNeZ5AMFwjXDrtFP7MzkxV6WFkKY/WqgdawijqiZZ1hvVBEpQTor8kQtF3 Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org Adds the FIMD AUXDATA node Signed-off-by: Vikas Sajjan --- arch/arm/mach-exynos/mach-exynos4-dt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c b/arch/arm/mach-exynos/mach-exynos4-dt.c index b68115a..b32a929 100644 --- a/arch/arm/mach-exynos/mach-exynos4-dt.c +++ b/arch/arm/mach-exynos/mach-exynos4-dt.c @@ -84,6 +84,8 @@ static const struct of_dev_auxdata exynos4_auxdata_lookup[] __initconst = { OF_DEV_AUXDATA("samsung,exynos4210-tmu", EXYNOS4_PA_TMU, "exynos-tmu", NULL), OF_DEV_AUXDATA("samsung,mfc-v5", 0x13400000, "s5p-mfc", NULL), + OF_DEV_AUXDATA("samsung,exynos4210-fimd", EXYNOS4_PA_FIMD0, + "exynos4-fb.0", NULL), {}, };