Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177721
b: refs/heads/master
c: 9992ef4
h: refs/heads/master
i:
  177719: 51169d0
v: v3
  • Loading branch information
Mark Brown authored and Liam Girdwood committed Dec 17, 2009
1 parent ce85b70 commit b4c70b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 638f85c54f4fed0f8f1fbc23745a8f334112e892
refs/heads/master: 9992ef40ff2e16559e49ff1ae63d133cb9849e8f
10 changes: 5 additions & 5 deletions trunk/drivers/regulator/ab3100.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ static const u8 ab3100_reg_init_order[AB3100_NUM_REGULATORS+2] = {
#define LDO_C_VOLTAGE 2650000
#define LDO_D_VOLTAGE 2650000

static const int const ldo_e_buck_typ_voltages[] = {
static const int ldo_e_buck_typ_voltages[] = {
1800000,
1400000,
1300000,
Expand All @@ -91,7 +91,7 @@ static const int const ldo_e_buck_typ_voltages[] = {
900000,
};

static const int const ldo_f_typ_voltages[] = {
static const int ldo_f_typ_voltages[] = {
1800000,
1400000,
1300000,
Expand All @@ -102,21 +102,21 @@ static const int const ldo_f_typ_voltages[] = {
2650000,
};

static const int const ldo_g_typ_voltages[] = {
static const int ldo_g_typ_voltages[] = {
2850000,
2750000,
1800000,
1500000,
};

static const int const ldo_h_typ_voltages[] = {
static const int ldo_h_typ_voltages[] = {
2750000,
1800000,
1500000,
1200000,
};

static const int const ldo_k_typ_voltages[] = {
static const int ldo_k_typ_voltages[] = {
2750000,
1800000,
};
Expand Down

0 comments on commit b4c70b3

Please sign in to comment.