ARM: S3C64XX: Hook up supply for WM8994 LDOs on Littlemill
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 8 Mar 2012 11:55:07 +0000 (11:55 +0000)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 16 Mar 2012 18:37:15 +0000 (19:37 +0100)
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
arch/arm/mach-s3c64xx/mach-crag6410-module.c

index e1ea2ffb6c0244c0ed414844f907431b11c1c218..d4a231d666d2820a0f158097cec5a99c43c7a32e 100644 (file)
@@ -136,6 +136,14 @@ static const struct i2c_board_info wm1259_devs[] = {
        },
 };
 
+static struct regulator_init_data wm8994_ldo1 = {
+       .supply_regulator = "WALLVDD",
+};
+
+static struct regulator_init_data wm8994_ldo2 = {
+       .supply_regulator = "WALLVDD",
+};
+
 static struct wm8994_pdata wm8994_pdata = {
        .gpio_base = CODEC_GPIO_BASE,
        .gpio_defaults = {
@@ -143,8 +151,8 @@ static struct wm8994_pdata wm8994_pdata = {
        },
        .irq_base = CODEC_IRQ_BASE,
        .ldo = {
-                { },
-                { },
+                { .init_data = &wm8994_ldo1, },
+                { .init_data = &wm8994_ldo2, },
        },
 };