Browse Source

ARM: SMDK6442: 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>
Jassi Brar 15 years ago
parent
commit
78a368234f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/arm/mach-s5p6442/mach-smdk6442.c

+ 1 - 0
arch/arm/mach-s5p6442/mach-smdk6442.c

@@ -65,6 +65,7 @@ static struct s3c2410_uartcfg smdk6442_uartcfgs[] __initdata = {
 };
 
 static struct platform_device *smdk6442_devices[] __initdata = {
+	&s5p6442_device_iis0,
 };
 
 static void __init smdk6442_map_io(void)