aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx/mach-smdk6410.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-02-17 14:03:20 -0500
committerBen Dooks <ben-linux@fluff.org>2010-02-23 20:58:48 -0500
commit1f1008684a392f92c174252243d72a3297d6fa46 (patch)
tree20a133ba20d98c02dd7801f3f84e0998edeb0e0b /arch/arm/mach-s3c64xx/mach-smdk6410.c
parenta7a81d0bbd7820b279b14dbe00041a603c3cbf84 (diff)
ARM: SMDK6410: Register IISv4 device
The IISv4 controller is connected to the WM8580 on the board. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-smdk6410.c')
-rw-r--r--arch/arm/mach-s3c64xx/mach-smdk6410.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-smdk6410.c b/arch/arm/mach-s3c64xx/mach-smdk6410.c
index a966cacb9b9d..2d5afd221d77 100644
--- a/arch/arm/mach-s3c64xx/mach-smdk6410.c
+++ b/arch/arm/mach-s3c64xx/mach-smdk6410.c
@@ -254,6 +254,7 @@ static struct platform_device *smdk6410_devices[] __initdata = {
254 &s3c_device_fb, 254 &s3c_device_fb,
255 &s3c_device_ohci, 255 &s3c_device_ohci,
256 &s3c_device_usb_hsotg, 256 &s3c_device_usb_hsotg,
257 &s3c64xx_device_iisv4,
257 258
258#ifdef CONFIG_REGULATOR 259#ifdef CONFIG_REGULATOR
259 &smdk6410_b_pwr_5v, 260 &smdk6410_b_pwr_5v,