Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149249
b: refs/heads/master
c: f53aee2
h: refs/heads/master
i:
  149247: 234735a
v: v3
  • Loading branch information
Mark Brown authored and Ben Dooks committed May 1, 2009
1 parent 1cae7d1 commit 3de38a4
Show file tree
Hide file tree
Showing 2 changed files with 4 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: db9256f33c1b9ce72d2a126d51c7fe0de65f0f8c
refs/heads/master: f53aee29bef09070e4ab14488e43433b371844ce
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-s3c6410/mach-smdk6410.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ static struct regulator_init_data wm8350_ldo2_data = {
.name = "PVDD_OTG",
.min_uV = 3300000,
.max_uV = 3300000,
.always_on = 1,
},
};

Expand All @@ -261,6 +262,7 @@ static struct regulator_init_data wm8350_ldo3_data = {
.name = "PVDD_LCD",
.min_uV = 3000000,
.max_uV = 3000000,
.always_on = 1,
},
};

Expand All @@ -271,6 +273,7 @@ static struct regulator_init_data wm8350_ldo4_data = {
.min_uV = 1200000,
.max_uV = 1200000,
.apply_uV = 1,
.always_on = 1,
},
};

Expand Down

0 comments on commit 3de38a4

Please sign in to comment.