Skip to content

Commit

Permalink
ARM: EXYNOS4: Enable SATA on SMDKV310
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Inderpal Singh authored and Kukjin Kim committed Jul 20, 2011
1 parent 0b398b6 commit 0d855f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-exynos4/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,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
Expand Down
1 change: 1 addition & 0 deletions arch/arm/mach-exynos4/mach-smdkv310.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,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)
Expand Down

0 comments on commit 0d855f4

Please sign in to comment.