From patchwork Thu Feb 14 03:51:08 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: 14787 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 CA44F23E2E for ; Thu, 14 Feb 2013 03:51:32 +0000 (UTC) Received: from mail-vb0-f50.google.com (mail-vb0-f50.google.com [209.85.212.50]) by fiordland.canonical.com (Postfix) with ESMTP id 82844A18A2E for ; Thu, 14 Feb 2013 03:51:32 +0000 (UTC) Received: by mail-vb0-f50.google.com with SMTP id ft2so1210742vbb.23 for ; Wed, 13 Feb 2013 19:51:32 -0800 (PST) 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:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state; bh=cSsqqhCFcxxrVAOCKFGmecnCe2e5eJGJ66MbzEucq54=; b=V1YcTMRpU9H9SlrNly8hpuufr7rNaPTH4zTs6QVGuRqtDstbMGWQ3R3OYXB2AHW4fU NXPBSza2P4yCXsvGXiwPI8cwlL3xCm4O77PW/Qga8ZbpLY1qiOILiguru/AGqBuvBAgb 6vRpxjH10Ka4TsIIsgLErXKhnpsEKzc8Ycop4ru9P5m+Fdh2kEVAv8Wu1zgVPKHjQQND L5q4i8dY3Pin/LUbTpicbPQZtYr4Q1VjUA4IgkY6ZH80eIQBV5UEdakJf3bP0fj8yIsz ju9KewFx2rx9IDuLFb3XR2Fk3djH8HH/GrdZCJqL4BLL6an3NZVXeAf7HHVYoDvkcGuu xDzA== X-Received: by 10.52.175.66 with SMTP id by2mr28846891vdc.53.1360813892006; Wed, 13 Feb 2013 19:51:32 -0800 (PST) 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.221.4.5 with SMTP id oa5csp237044vcb; Wed, 13 Feb 2013 19:51:31 -0800 (PST) X-Received: by 10.50.212.3 with SMTP id ng3mr5654759igc.43.1360813891333; Wed, 13 Feb 2013 19:51:31 -0800 (PST) Received: from mail-da0-f51.google.com (mail-da0-f51.google.com [209.85.210.51]) by mx.google.com with ESMTPS id y9si7203925paw.174.2013.02.13.19.51.30 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 13 Feb 2013 19:51:31 -0800 (PST) Received-SPF: neutral (google.com: 209.85.210.51 is neither permitted nor denied by best guess record for domain of vikas.sajjan@linaro.org) client-ip=209.85.210.51; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.51 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-da0-f51.google.com with SMTP id n15so878310dad.38 for ; Wed, 13 Feb 2013 19:51:30 -0800 (PST) X-Received: by 10.66.85.1 with SMTP id d1mr70511855paz.81.1360813890591; Wed, 13 Feb 2013 19:51:30 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id t6sm88453703paz.11.2013.02.13.19.51.27 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 13 Feb 2013 19:51:29 -0800 (PST) From: Vikas Sajjan To: patches@linaro.org Subject: [PATCH v3 4/5] ARM: dts: adds FIMD AUXDATA node entry for exynos4 DT Date: Thu, 14 Feb 2013 09:21:08 +0530 Message-Id: <1360813869-7200-5-git-send-email-vikas.sajjan@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1360813869-7200-1-git-send-email-vikas.sajjan@linaro.org> References: <1360813869-7200-1-git-send-email-vikas.sajjan@linaro.org> X-Gm-Message-State: ALoCoQmY3bk5m6avfqXdI9RueVa+lNOyNG9oNr4pE80tHWTlkRyKb6RUoVtwberfB6tm/HW4HYd5 This patch adds the FIMD AUXDATA node Signed-off-by: Vikas Sajjan --- arch/arm/mach-exynos/mach-exynos4-dt.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c b/arch/arm/mach-exynos/mach-exynos4-dt.c index 2a2c96a..9536657 100644 --- a/arch/arm/mach-exynos/mach-exynos4-dt.c +++ b/arch/arm/mach-exynos/mach-exynos4-dt.c @@ -13,6 +13,7 @@ #include #include +#include #include #include @@ -80,6 +81,9 @@ static const struct of_dev_auxdata exynos4_auxdata_lookup[] __initconst = { OF_DEV_AUXDATA("arm,pl330", EXYNOS4_PA_MDMA1, "dma-pl330.2", NULL), OF_DEV_AUXDATA("samsung,exynos4210-tmu", EXYNOS4_PA_TMU, "exynos-tmu", NULL), + OF_DEV_AUXDATA("samsung,exynos4-fimd", EXYNOS4_PA_FIMD0, + "exynos4-fb.0", NULL), + {}, };