[alsa-devel] [PATCH 2/2] ARM: S3C64XX: Hook up supply for WM8994 LDOs on Littlemill
Mark Brown
broonie at opensource.wolfsonmicro.com
Thu Mar 8 12:55:07 CET 2012
Signed-off-by: Mark Brown <broonie at 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
More information about the Alsa-devel
mailing list