From patchwork Thu Dec 29 06:29:36 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 5996 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 8640223E06 for ; Thu, 29 Dec 2011 06:33:46 +0000 (UTC) Received: from mail-ey0-f180.google.com (mail-ey0-f180.google.com [209.85.215.180]) by fiordland.canonical.com (Postfix) with ESMTP id 71560A1801C for ; Thu, 29 Dec 2011 06:33:46 +0000 (UTC) Received: by mail-ey0-f180.google.com with SMTP id c11so11483679eaa.11 for ; Wed, 28 Dec 2011 22:33:46 -0800 (PST) Received: by 10.205.120.148 with SMTP id fy20mr7854477bkc.125.1325140426243; Wed, 28 Dec 2011 22:33:46 -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.205.82.144 with SMTP id ac16cs217097bkc; Wed, 28 Dec 2011 22:33:46 -0800 (PST) Received: by 10.42.147.72 with SMTP id m8mr36166840icv.56.1325140423817; Wed, 28 Dec 2011 22:33:43 -0800 (PST) Received: from mail-iy0-f178.google.com (mail-iy0-f178.google.com [209.85.210.178]) by mx.google.com with ESMTPS id o10si18217832icv.85.2011.12.28.22.33.43 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 28 Dec 2011 22:33:43 -0800 (PST) Received-SPF: neutral (google.com: 209.85.210.178 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.210.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.178 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by mail-iy0-f178.google.com with SMTP id f6so27480734iag.37 for ; Wed, 28 Dec 2011 22:33:43 -0800 (PST) Received: by 10.42.72.135 with SMTP id o7mr36166050icj.45.1325140423139; Wed, 28 Dec 2011 22:33:43 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id 36sm111330097ibc.6.2011.12.28.22.33.33 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 28 Dec 2011 22:33:42 -0800 (PST) From: Sachin Kamat To: linux-samsung-soc@vger.kernel.org Cc: kgene.kim@samsung.com, sachin.kamat@linaro.org, patches@linaro.org, snjw23@gmail.com Subject: [PATCH 3/3] ARM: EXYNOS: Add missing FIMC media device to Origen Date: Thu, 29 Dec 2011 11:59:36 +0530 Message-Id: <1325140176-2309-4-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1325140176-2309-1-git-send-email-sachin.kamat@linaro.org> References: <1325140176-2309-1-git-send-email-sachin.kamat@linaro.org> FIMC media device (md) registers all required video nodes. Signed-off-by: Sachin Kamat --- arch/arm/mach-exynos/mach-origen.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos/mach-origen.c b/arch/arm/mach-exynos/mach-origen.c index a0116036..d691146 100644 --- a/arch/arm/mach-exynos/mach-origen.c +++ b/arch/arm/mach-exynos/mach-origen.c @@ -631,6 +631,7 @@ static struct platform_device *origen_devices[] __initdata = { &s5p_device_fimc1, &s5p_device_fimc2, &s5p_device_fimc3, + &s5p_device_fimc_md, &s5p_device_fimd0, &s5p_device_hdmi, &s5p_device_i2c_hdmiphy,