aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210/mach-smdkc110.c
diff options
context:
space:
mode:
authorJassi Brar <jassi.brar@samsung.com>2010-05-18 16:02:35 +0900
committerBen Dooks <ben-linux@fluff.org>2010-05-18 19:09:49 +0900
commit95fa6e6cd34d33915504d207a832920d98e4e932 (patch)
tree9a5c9bf657ff7700c4db5e18d99d39364f70452d /arch/arm/mach-s5pv210/mach-smdkc110.c
parentARM: SMDKV210: Add audio devices on board (diff)
downloadlinux-dev-95fa6e6cd34d33915504d207a832920d98e4e932.tar.xz
linux-dev-95fa6e6cd34d33915504d207a832920d98e4e932.zip
ARM: SMDKC110: Add audio devices on board
Add audio platform devices on the smdk by default. Signed-off-by: Jassi Brar <jassi.brar@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s5pv210/mach-smdkc110.c')
-rw-r--r--arch/arm/mach-s5pv210/mach-smdkc110.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/mach-smdkc110.c b/arch/arm/mach-s5pv210/mach-smdkc110.c
index ab4869df30c0..6f9fd3274e2e 100644
--- a/arch/arm/mach-s5pv210/mach-smdkc110.c
+++ b/arch/arm/mach-s5pv210/mach-smdkc110.c
@@ -72,6 +72,8 @@ static struct s3c2410_uartcfg smdkv210_uartcfgs[] __initdata = {
};
static struct platform_device *smdkc110_devices[] __initdata = {
+ &s5pv210_device_iis0,
+ &s5pv210_device_ac97,
};
static void __init smdkc110_map_io(void)