From patchwork Thu Dec 29 04:23:07 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 5992 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 5D5C923E07 for ; Thu, 29 Dec 2011 04:27:14 +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 41C58A1869C for ; Thu, 29 Dec 2011 04:27:14 +0000 (UTC) Received: by eaac11 with SMTP id c11so11429236eaa.11 for ; Wed, 28 Dec 2011 20:27:14 -0800 (PST) Received: by 10.205.141.78 with SMTP id jd14mr8049035bkc.107.1325132833923; Wed, 28 Dec 2011 20:27:13 -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 ac16cs215095bkc; Wed, 28 Dec 2011 20:27:13 -0800 (PST) Received: by 10.50.157.131 with SMTP id wm3mr38705696igb.13.1325132830932; Wed, 28 Dec 2011 20:27:10 -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 gw4si8553213igb.41.2011.12.28.20.27.10 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 28 Dec 2011 20:27:10 -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 iagf6 with SMTP id f6so27315696iag.37 for ; Wed, 28 Dec 2011 20:27:10 -0800 (PST) Received: by 10.50.40.231 with SMTP id a7mr39032212igl.7.1325132829941; Wed, 28 Dec 2011 20:27:09 -0800 (PST) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id f32sm107048516ibf.9.2011.12.28.20.27.07 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 28 Dec 2011 20:27:09 -0800 (PST) From: Sachin Kamat To: linux-samsung-soc@vger.kernel.org Cc: kgene.kim@samsung.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH] ARM: S5PV210: Enable FIMC on SMDKC110 Date: Thu, 29 Dec 2011 09:53:07 +0530 Message-Id: <1325132587-30543-1-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 This patch enables FIMC 0,1,2 and media device (md) on SMDKC110 board. Signed-off-by: Sachin Kamat --- arch/arm/mach-s5pv210/Kconfig | 3 +++ arch/arm/mach-s5pv210/mach-smdkc110.c | 4 ++++ 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch/arm/mach-s5pv210/Kconfig index 2cdc42e..afceaa9 100644 --- a/arch/arm/mach-s5pv210/Kconfig +++ b/arch/arm/mach-s5pv210/Kconfig @@ -118,6 +118,9 @@ config MACH_SMDKC110 select S3C_DEV_I2C2 select S3C_DEV_RTC select S3C_DEV_WDT + select S5P_DEV_FIMC0 + select S5P_DEV_FIMC1 + select S5P_DEV_FIMC2 select SAMSUNG_DEV_IDE select S5PV210_SETUP_I2C1 select S5PV210_SETUP_I2C2 diff --git a/arch/arm/mach-s5pv210/mach-smdkc110.c b/arch/arm/mach-s5pv210/mach-smdkc110.c index f7266bb..cd823e5 100644 --- a/arch/arm/mach-s5pv210/mach-smdkc110.c +++ b/arch/arm/mach-s5pv210/mach-smdkc110.c @@ -92,6 +92,10 @@ static struct platform_device *smdkc110_devices[] __initdata = { &s3c_device_i2c2, &s3c_device_rtc, &s3c_device_wdt, + &s5p_device_fimc0, + &s5p_device_fimc1, + &s5p_device_fimc2, + &s5p_device_fimc_md, }; static struct i2c_board_info smdkc110_i2c_devs0[] __initdata = {