Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296872
b: refs/heads/master
c: bd155d2
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Samuel Ortiz committed Mar 16, 2012
1 parent 4244c70 commit 1975a02
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 719a42402b3abd2323c31a03bc8f03d6b8c78eaf
refs/heads/master: bd155d2c3c8b04d66f7890dbd9539c37e9dea02b
12 changes: 10 additions & 2 deletions trunk/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 1975a02

Please sign in to comment.