From 1975a02745529dd05049ec55e917bdabc0fb7c79 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Thu, 8 Mar 2012 11:55:07 +0000 Subject: [PATCH] --- yaml --- r: 296872 b: refs/heads/master c: bd155d2c3c8b04d66f7890dbd9539c37e9dea02b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-s3c64xx/mach-crag6410-module.c | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 876788ba5e06..db9c8777e454 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 719a42402b3abd2323c31a03bc8f03d6b8c78eaf +refs/heads/master: bd155d2c3c8b04d66f7890dbd9539c37e9dea02b diff --git a/trunk/arch/arm/mach-s3c64xx/mach-crag6410-module.c b/trunk/arch/arm/mach-s3c64xx/mach-crag6410-module.c index e1ea2ffb6c02..d4a231d666d2 100644 --- a/trunk/arch/arm/mach-s3c64xx/mach-crag6410-module.c +++ b/trunk/arch/arm/mach-s3c64xx/mach-crag6410-module.c @@ -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, }, }, };