* [PATCH 2/2] ARM: S3C64XX: Hook up supply for WM8994 LDOs on Littlemill
2012-03-08 11:55 [PATCH 1/2] mfd: wm8994: Remove unused LDO supply field from WM8994 pdata Mark Brown
@ 2012-03-08 11:55 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2012-03-08 11:55 UTC (permalink / raw)
To: Kukjin Kim, Samuel Ortiz; +Cc: alsa-devel, patches, Mark Brown
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
Kukjin, are you OK with this going via the MFD tree? It depends on the
previous change.
arch/arm/mach-s3c64xx/mach-crag6410-module.c | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410-module.c b/arch/arm/mach-s3c64xx/mach-crag6410-module.c
index 77c8342..6eb4b55 100644
--- a/arch/arm/mach-s3c64xx/mach-crag6410-module.c
+++ b/arch/arm/mach-s3c64xx/mach-crag6410-module.c
@@ -163,6 +163,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 = {
@@ -170,8 +178,8 @@ static struct wm8994_pdata wm8994_pdata = {
},
.irq_base = CODEC_IRQ_BASE,
.ldo = {
- { },
- { },
+ { .init_data = &wm8994_ldo1, },
+ { .init_data = &wm8994_ldo2, },
},
};
--
1.7.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 2/2] ARM: S3C64XX: Hook up supply for WM8994 LDOs on Littlemill
@ 2012-03-16 20:38 김국진
0 siblings, 0 replies; 2+ messages in thread
From: 김국진 @ 2012-03-16 20:38 UTC (permalink / raw)
To: Samuel Ortiz, Mark Brown
Cc: alsa-devel@alsa-project.org, patches@opensource.wolfsonmicro.com
Samuel Ortiz wrote:
> Hi Mark, Kukjin
>
> On Thu, Mar 08, 2012 at 11:55:07AM +0000, Mark Brown wrote:
>> Signed-off-by: Mark Brown
>> ---
>>
>> Kukjin, are you OK with this going via the MFD tree? It depends on the
>> previous change.
> I'm taking this one for now, unless Kukjin objects to it.
Yeah, looks ok to me, if you need my ack on this, feel free to add it.
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-16 20:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-16 20:38 [PATCH 2/2] ARM: S3C64XX: Hook up supply for WM8994 LDOs on Littlemill 김국진
-- strict thread matches above, loose matches on Subject: below --
2012-03-08 11:55 [PATCH 1/2] mfd: wm8994: Remove unused LDO supply field from WM8994 pdata Mark Brown
2012-03-08 11:55 ` [PATCH 2/2] ARM: S3C64XX: Hook up supply for WM8994 LDOs on Littlemill Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).