From patchwork Wed May 25 03:31:47 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Inderpal Singh X-Patchwork-Id: 1598 Return-Path: Delivered-To: unknown Received: from imap.gmail.com (74.125.159.109) by localhost6.localdomain6 with IMAP4-SSL; 08 Jun 2011 14:53:27 -0000 Delivered-To: patches@linaro.org Received: by 10.52.181.230 with SMTP id dz6cs201905vdc; Tue, 24 May 2011 20:33:23 -0700 (PDT) Received: by 10.236.109.130 with SMTP id s2mr6034149yhg.245.1306294403035; Tue, 24 May 2011 20:33:23 -0700 (PDT) Received: from mail-px0-f173.google.com (mail-px0-f173.google.com [209.85.212.173]) by mx.google.com with ESMTPS id o4si1195200yhm.90.2011.05.24.20.33.21 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 24 May 2011 20:33:22 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.212.173 is neither permitted nor denied by best guess record for domain of inderpal.singh@linaro.org) client-ip=209.85.212.173; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.212.173 is neither permitted nor denied by best guess record for domain of inderpal.singh@linaro.org) smtp.mail=inderpal.singh@linaro.org Received: by pxi16 with SMTP id 16so4783427pxi.4 for ; Tue, 24 May 2011 20:33:20 -0700 (PDT) Received: by 10.142.165.11 with SMTP id n11mr1223311wfe.233.1306294400813; Tue, 24 May 2011 20:33:20 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id k7sm7280711wfa.2.2011.05.24.20.33.17 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 24 May 2011 20:33:20 -0700 (PDT) From: Inderpal Singh To: linux-samsung-soc@vger.kernel.org Cc: samsung@lists.linaro.org, kgene.kim@samsung.com, patches@linaro.org, Inderpal Singh Subject: [PATCH] ARM: EXYNOS4: Enable SATA on SMDKV310 Date: Wed, 25 May 2011 09:01:47 +0530 Message-Id: <1306294307-17315-1-git-send-email-inderpal.s@samsung.com> X-Mailer: git-send-email 1.7.1 Adds device definition to enable SATA on SMDKV310 Signed-off-by: Inderpal Singh --- arch/arm/mach-exynos4/Kconfig | 1 + arch/arm/mach-exynos4/mach-smdkv310.c | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig index 11b57a4..9cbf9b8 100644 --- a/arch/arm/mach-exynos4/Kconfig +++ b/arch/arm/mach-exynos4/Kconfig @@ -122,6 +122,7 @@ config MACH_SMDKV310 select S3C_DEV_HSMMC1 select S3C_DEV_HSMMC2 select S3C_DEV_HSMMC3 + select EXYNOS4_DEV_AHCI select SAMSUNG_DEV_KEYPAD select EXYNOS4_DEV_PD select EXYNOS4_DEV_SYSMMU diff --git a/arch/arm/mach-exynos4/mach-smdkv310.c b/arch/arm/mach-exynos4/mach-smdkv310.c index 1526764..666ebe5 100644 --- a/arch/arm/mach-exynos4/mach-smdkv310.c +++ b/arch/arm/mach-exynos4/mach-smdkv310.c @@ -188,6 +188,7 @@ static struct platform_device *smdkv310_devices[] __initdata = { &exynos4_device_sysmmu, &samsung_asoc_dma, &smdkv310_smsc911x, + &exynos4_device_ahci, }; static void __init smdkv310_smsc911x_init(void)