diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-02-17 20:03:20 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-24 02:58:48 +0100 |
commit | 1f1008684a392f92c174252243d72a3297d6fa46 (patch) | |
tree | 20a133ba20d98c02dd7801f3f84e0998edeb0e0b | |
parent | ARM: SMDK6410: Add support for PMIC LED on WM1192-EV1 PMIC module (diff) | |
download | linux-1f1008684a392f92c174252243d72a3297d6fa46.tar.xz linux-1f1008684a392f92c174252243d72a3297d6fa46.zip |
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>
-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, |