Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302306
b: refs/heads/master
c: 8b370e0
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed May 17, 2012
1 parent 8549730 commit f11d699
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 4923b48b27fc89710ebc8b77fe0dd679724c0ffc
refs/heads/master: 8b370e086b90245ef1da7fa6d41a1da205e11e77
4 changes: 0 additions & 4 deletions trunk/drivers/regulator/rc5t583-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ struct rc5t583_regulator_info {
uint8_t disc_bit;
uint8_t deepsleep_reg;

/* Chip constraints on regulator behavior */
int max_uV;

/* Regulator specific turn-on delay and voltage settling time*/
int enable_uv_per_us;
int change_uv_per_us;
Expand Down Expand Up @@ -106,7 +103,6 @@ static struct regulator_ops rc5t583_ops = {
.reg_disc_reg = RC5T583_REG_##_disc_reg, \
.disc_bit = _disc_bit, \
.deepsleep_reg = RC5T583_REG_##_id##DAC_DS, \
.max_uV = _max_mv * 1000, \
.enable_uv_per_us = _enable_mv * 1000, \
.change_uv_per_us = 40 * 1000, \
.deepsleep_id = RC5T583_DS_##_id, \
Expand Down

0 comments on commit f11d699

Please sign in to comment.