Skip to content

Commit

Permalink
ARM: S3C64XX: Hook up supply for WM8994 LDOs on Littlemill
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Mark Brown authored and Samuel Ortiz committed Mar 16, 2012
1 parent 719a424 commit bd155d2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions arch/arm/mach-s3c64xx/mach-crag6410-module.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,23 @@ 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 = {
0x3, /* IRQ out, active high, CMOS */
},
.irq_base = CODEC_IRQ_BASE,
.ldo = {
{ },
{ },
{ .init_data = &wm8994_ldo1, },
{ .init_data = &wm8994_ldo2, },
},
};

Expand Down

0 comments on commit bd155d2

Please sign in to comment.