diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-05-18 03:02:44 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-20 06:27:41 -0400 |
commit | 99c56e0ce1c11221948c7da127b0bbe1641cbe41 (patch) | |
tree | e61c56afc491f3a64bf91381cc67c70fd094d6e9 /arch/arm/mach-s5pc100 | |
parent | 9e4ed5c394e64a40adc55797e885dae571e32800 (diff) |
ARM: SMDKC100: 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-s5pc100')
-rw-r--r-- | arch/arm/mach-s5pc100/mach-smdkc100.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc100/mach-smdkc100.c b/arch/arm/mach-s5pc100/mach-smdkc100.c index bfe67db34f04..62bf38c06ae7 100644 --- a/arch/arm/mach-s5pc100/mach-smdkc100.c +++ b/arch/arm/mach-s5pc100/mach-smdkc100.c | |||
@@ -150,6 +150,8 @@ static struct platform_device *smdkc100_devices[] __initdata = { | |||
150 | &s3c_device_hsmmc1, | 150 | &s3c_device_hsmmc1, |
151 | &s3c_device_hsmmc2, | 151 | &s3c_device_hsmmc2, |
152 | &smdkc100_lcd_powerdev, | 152 | &smdkc100_lcd_powerdev, |
153 | &s5pc100_device_iis0, | ||
154 | &s5pc100_device_ac97, | ||
153 | }; | 155 | }; |
154 | 156 | ||
155 | static void __init smdkc100_map_io(void) | 157 | static void __init smdkc100_map_io(void) |