diff options
author | Inderpal Singh <inderpal.singh@linaro.org> | 2011-07-04 06:19:36 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-07-20 10:18:26 -0400 |
commit | 0d855f40a47213e488103fdaf74d01eb90a57f09 (patch) | |
tree | 1c655ea5f1cdc53869a67f7d1939f82f0e690015 /arch/arm/mach-exynos4/mach-smdkv310.c | |
parent | 0b398b69e1941fc00f9dd33f6ce05bd66843d534 (diff) |
ARM: EXYNOS4: Enable SATA on SMDKV310
Adds device definition to enable SATA on SMDKV310
Signed-off-by: Inderpal Singh <inderpal.s@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4/mach-smdkv310.c')
-rw-r--r-- | arch/arm/mach-exynos4/mach-smdkv310.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/mach-smdkv310.c b/arch/arm/mach-exynos4/mach-smdkv310.c index edd814110da8..be1623614f3d 100644 --- a/arch/arm/mach-exynos4/mach-smdkv310.c +++ b/arch/arm/mach-exynos4/mach-smdkv310.c | |||
@@ -184,6 +184,7 @@ static struct platform_device *smdkv310_devices[] __initdata = { | |||
184 | &exynos4_device_sysmmu, | 184 | &exynos4_device_sysmmu, |
185 | &samsung_asoc_dma, | 185 | &samsung_asoc_dma, |
186 | &smdkv310_smsc911x, | 186 | &smdkv310_smsc911x, |
187 | &exynos4_device_ahci, | ||
187 | }; | 188 | }; |
188 | 189 | ||
189 | static void __init smdkv310_smsc911x_init(void) | 190 | static void __init smdkv310_smsc911x_init(void) |