Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233508
b: refs/heads/master
c: d106133
h: refs/heads/master
v: v3
  • Loading branch information
Marek Szyprowski authored and Kukjin Kim committed Feb 18, 2011
1 parent 700b526 commit d818ae7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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: 979f395d2b5be82246e35c9f7fc2b977a2f2a45b
refs/heads/master: d1061331b72e2e1420187e4684740b4a481c73a4
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-s5pv210/mach-aquila.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ static struct regulator_init_data aquila_ldo2_data = {

static struct regulator_init_data aquila_ldo3_data = {
.constraints = {
.name = "VUSB/MIPI_1.1V",
.name = "VUSB+MIPI_1.1V",
.min_uV = 1100000,
.max_uV = 1100000,
.apply_uV = 1,
Expand Down Expand Up @@ -197,7 +197,7 @@ static struct regulator_init_data aquila_ldo7_data = {

static struct regulator_init_data aquila_ldo8_data = {
.constraints = {
.name = "VUSB/VADC_3.3V",
.name = "VUSB+VADC_3.3V",
.min_uV = 3300000,
.max_uV = 3300000,
.apply_uV = 1,
Expand All @@ -207,7 +207,7 @@ static struct regulator_init_data aquila_ldo8_data = {

static struct regulator_init_data aquila_ldo9_data = {
.constraints = {
.name = "VCC/VCAM_2.8V",
.name = "VCC+VCAM_2.8V",
.min_uV = 2800000,
.max_uV = 2800000,
.apply_uV = 1,
Expand Down
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-s5pv210/mach-goni.c
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ static struct regulator_init_data goni_ldo2_data = {

static struct regulator_init_data goni_ldo3_data = {
.constraints = {
.name = "VUSB/MIPI_1.1V",
.name = "VUSB+MIPI_1.1V",
.min_uV = 1100000,
.max_uV = 1100000,
.apply_uV = 1,
Expand Down Expand Up @@ -337,7 +337,7 @@ static struct regulator_init_data goni_ldo7_data = {

static struct regulator_init_data goni_ldo8_data = {
.constraints = {
.name = "VUSB/VADC_3.3V",
.name = "VUSB+VADC_3.3V",
.min_uV = 3300000,
.max_uV = 3300000,
.apply_uV = 1,
Expand All @@ -347,7 +347,7 @@ static struct regulator_init_data goni_ldo8_data = {

static struct regulator_init_data goni_ldo9_data = {
.constraints = {
.name = "VCC/VCAM_2.8V",
.name = "VCC+VCAM_2.8V",
.min_uV = 2800000,
.max_uV = 2800000,
.apply_uV = 1,
Expand Down

0 comments on commit d818ae7

Please sign in to comment.