Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312583
b: refs/heads/master
c: 1af142c
h: refs/heads/master
i:
  312581: 3d67301
  312579: 2166c02
  312575: 899f2c1
v: v3
  • Loading branch information
Sangbeom Kim authored and Mark Brown committed Jun 25, 2012
1 parent 226e0c1 commit 6c00014
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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: 85e63343f49cdf859bb630ba39d9a9af85dfb3e6
refs/heads/master: 1af142c6f9843952d8eaff1c3de40d0b5d16f3ed
8 changes: 6 additions & 2 deletions trunk/drivers/regulator/s5m8767.c
Original file line number Diff line number Diff line change
Expand Up @@ -720,9 +720,13 @@ static __devinit int s5m8767_pmic_probe(struct platform_device *pdev)
if (s5m8767->buck2_ramp || s5m8767->buck3_ramp
|| s5m8767->buck4_ramp) {
switch (s5m8767->ramp_delay) {
case 15:
case 5:
s5m_reg_update(s5m8767->iodev, S5M8767_REG_DVSRAMP,
0xc0, 0xf0);
0x40, 0xf0);
break;
case 10:
s5m_reg_update(s5m8767->iodev, S5M8767_REG_DVSRAMP,
0x90, 0xf0);
break;
case 25:
s5m_reg_update(s5m8767->iodev, S5M8767_REG_DVSRAMP,
Expand Down

0 comments on commit 6c00014

Please sign in to comment.