From patchwork Thu May 3 10:12:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 8375 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 2064023E1D for ; Thu, 3 May 2012 10:22:21 +0000 (UTC) Received: from mail-gy0-f180.google.com (mail-gy0-f180.google.com [209.85.160.180]) by fiordland.canonical.com (Postfix) with ESMTP id D4A45A18806 for ; Thu, 3 May 2012 10:22:20 +0000 (UTC) Received: by ghbz12 with SMTP id z12so1956934ghb.11 for ; Thu, 03 May 2012 03:22:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=vaRRnfDd/x3OMz1CqhCJ5C6+B9Tdy6kVIPwBabhgb9Q=; b=YiX+wqXzZf/QyxKDF4CsiWBfLfOGU2kAU/y1QSwyZd+/DgbAn14YZuEFEO0BJR9TYo 0l5Sl8PEVQAgfZvMi1wNaFCJ2Fdw8fEZmaWN6oVdwxl8Wq5gCV9dxWYJvZIE7nNMXoWi GTVPzkULaqJQ6vScUHNCM3P8BVJJLVqB2S/JfvZh6GIYBmJr8u1ytPMFnF+X4Gxj/8cL 519RwYYT9L2Wy67WZpMpimSXhcrDFP7RyjCXgwr6fYvlkwL3rvi+iu/8OIpNFaPez53i tLSb1+9TfuTfJnorYbVrf3kFHStE25At9vPmKSMGLP2SFjY5lif/hDOyd6+ms9yv6VfV VLAg== Received: by 10.50.57.129 with SMTP id i1mr357543igq.33.1336040540203; Thu, 03 May 2012 03:22:20 -0700 (PDT) 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.231.137.198 with SMTP id x6csp8950ibt; Thu, 3 May 2012 03:22:19 -0700 (PDT) Received: by 10.68.194.198 with SMTP id hy6mr6422114pbc.0.1336040524835; Thu, 03 May 2012 03:22:04 -0700 (PDT) Received: from mail-pz0-f46.google.com (mail-pz0-f46.google.com [209.85.210.46]) by mx.google.com with ESMTPS id oo6si4638076pbc.307.2012.05.03.03.22.04 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 03 May 2012 03:22:04 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.210.46 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.210.46; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.210.46 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-pz0-f46.google.com with SMTP id y13so1463353dad.5 for ; Thu, 03 May 2012 03:22:04 -0700 (PDT) Received: by 10.68.221.35 with SMTP id qb3mr5919484pbc.136.1336040524374; Thu, 03 May 2012 03:22:04 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id qo5sm4894278pbc.2.2012.05.03.03.22.02 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 03 May 2012 03:22:04 -0700 (PDT) From: Sachin Kamat To: linux-samsung-soc@vger.kernel.org Cc: kgene.kim@samsung.com, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 2/2] ARM: EXYNOS: Add FIMC device to SMDK4X12 Date: Thu, 3 May 2012 15:42:36 +0530 Message-Id: <1336039956-19263-2-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1336039956-19263-1-git-send-email-sachin.kamat@linaro.org> References: <1336039956-19263-1-git-send-email-sachin.kamat@linaro.org> X-Gm-Message-State: ALoCoQlvcLafTz7pZ4qDHcKxhVAmm9IeLzgLEpbkzUkAr+eXybf2qaVJFbV15z/Iy9C6plWubsHH Enable FIMC 0,1,2,3 and media device (md) support on SMDK4X12 boards. Signed-off-by: Sachin Kamat --- arch/arm/mach-exynos/Kconfig | 4 ++++ arch/arm/mach-exynos/mach-smdk4x12.c | 5 +++++ 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index ac72490..9727cf5 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -343,6 +343,10 @@ config MACH_SMDK4212 select S3C_DEV_I2C7 select S3C_DEV_RTC select S3C_DEV_WDT + select S5P_DEV_FIMC0 + select S5P_DEV_FIMC1 + select S5P_DEV_FIMC2 + select S5P_DEV_FIMC3 select S5P_DEV_MFC select SAMSUNG_DEV_BACKLIGHT select SAMSUNG_DEV_KEYPAD diff --git a/arch/arm/mach-exynos/mach-smdk4x12.c b/arch/arm/mach-exynos/mach-smdk4x12.c index 1c259f2..fe772d8 100644 --- a/arch/arm/mach-exynos/mach-smdk4x12.c +++ b/arch/arm/mach-exynos/mach-smdk4x12.c @@ -243,6 +243,11 @@ static struct platform_device *smdk4x12_devices[] __initdata = { &s3c_device_i2c7, &s3c_device_rtc, &s3c_device_wdt, + &s5p_device_fimc0, + &s5p_device_fimc1, + &s5p_device_fimc2, + &s5p_device_fimc3, + &s5p_device_fimc_md, &s5p_device_mfc, &s5p_device_mfc_l, &s5p_device_mfc_r,