projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
602bf0c
)
ARM: SMDKV210: Add audio devices on board
author
Jassi Brar
<jassi.brar@samsung.com>
Tue, 18 May 2010 07:02:30 +0000
(16:02 +0900)
committer
Ben Dooks
<ben-linux@fluff.org>
Tue, 18 May 2010 10:09:49 +0000
(19:09 +0900)
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>
arch/arm/mach-s5pv210/mach-smdkv210.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-s5pv210/mach-smdkv210.c
b/arch/arm/mach-s5pv210/mach-smdkv210.c
index a27883253204c6bfbca050216c81fa1027baa3aa..3c29e18528a5f3df6067e33b39b8506829f5fa56 100644
(file)
--- a/
arch/arm/mach-s5pv210/mach-smdkv210.c
+++ b/
arch/arm/mach-s5pv210/mach-smdkv210.c
@@
-72,6
+72,8
@@
static struct s3c2410_uartcfg smdkv210_uartcfgs[] __initdata = {
};
static struct platform_device *smdkv210_devices[] __initdata = {
+ &s5pv210_device_iis0,
+ &s5pv210_device_ac97,
};
static void __init smdkv210_map_io(void)