Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149251
b: refs/heads/master
c: e3980b6
h: refs/heads/master
i:
  149249: 3de38a4
  149247: 234735a
v: v3
  • Loading branch information
Mark Brown authored and Ben Dooks committed May 1, 2009
1 parent d8b4d09 commit 2b0423d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1f26a8a0fd6d067237f87a95d96ddfe263b96a94
refs/heads/master: e3980b6a03e4c81e0e8d2cfcd7ab18082bbe92a5
9 changes: 9 additions & 0 deletions trunk/arch/arm/mach-s3c6410/mach-smdk6410.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,13 +226,22 @@ static struct regulator_init_data wm8350_dcdc4_data = {
};

/* ARM core */
static struct regulator_consumer_supply dcdc6_consumers[] = {
{
.supply = "vddarm",
}
};

static struct regulator_init_data wm8350_dcdc6_data = {
.constraints = {
.name = "PVDD_ARM",
.min_uV = 1000000,
.max_uV = 1300000,
.always_on = 1,
.valid_ops_mask = REGULATOR_CHANGE_VOLTAGE,
},
.num_consumer_supplies = ARRAY_SIZE(dcdc6_consumers),
.consumer_supplies = dcdc6_consumers,
};

/* Alive */
Expand Down

0 comments on commit 2b0423d

Please sign in to comment.