Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323368
b: refs/heads/master
c: 3b26e48
h: refs/heads/master
v: v3
  • Loading branch information
Yunfan Zhang authored and Mark Brown committed Sep 10, 2012
1 parent 09d0495 commit c91a549
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: e4c5288e410440abcc3e2e1887111b09a98304d5
refs/heads/master: 3b26e48308feaf428efb917f8de217797bfedb26
3 changes: 0 additions & 3 deletions trunk/drivers/regulator/fan53555.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ struct fan53555_device_info {
unsigned int sleep_reg;
/* Voltage range and step(linear) */
unsigned int vsel_min;
unsigned int vsel_max;
unsigned int vsel_step;
/* Voltage slew rate limiting */
unsigned int slew_rate;
Expand Down Expand Up @@ -180,12 +179,10 @@ static int fan53555_device_setup(struct fan53555_device_info *di,
case FAN53555_CHIP_ID_03:
case FAN53555_CHIP_ID_05:
di->vsel_min = 600000;
di->vsel_max = 1230000;
di->vsel_step = 10000;
break;
case FAN53555_CHIP_ID_04:
di->vsel_min = 603000;
di->vsel_max = 1411000;
di->vsel_step = 12826;
break;
default:
Expand Down

0 comments on commit c91a549

Please sign in to comment.