diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-02-17 19:03:20 +0000 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-24 01:58:48 +0000 |
commit | 1f1008684a392f92c174252243d72a3297d6fa46 (patch) | |
tree | 20a133ba20d98c02dd7801f3f84e0998edeb0e0b /arch/arm/mach-s3c64xx/mach-smdk6410.c | |
parent | a7a81d0bbd7820b279b14dbe00041a603c3cbf84 (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.c | 1 |
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 = { &s3c_device_fb, &s3c_device_ohci, &s3c_device_usb_hsotg, + &s3c64xx_device_iisv4, #ifdef CONFIG_REGULATOR &smdk6410_b_pwr_5v, |