Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 216799
b: refs/heads/master
c: 6ef62f8
h: refs/heads/master
i:
  216797: ed5055d
  216795: 70a0cb9
  216791: 92bb128
  216783: 25be194
  216767: c9c79d2
v: v3
  • Loading branch information
Sekhar Nori authored and Kevin Hilman committed Sep 24, 2010
1 parent aebc9e0 commit 59b0255
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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: 48ea89eabee96019a4a84615af921f8703320abb
refs/heads/master: 6ef62f8204402e32259451857c1a4a04f155b56e
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-davinci/da850.c
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ static const struct da850_opp da850_opp_300 = {
.prediv = 1,
.mult = 25,
.postdiv = 2,
.cvdd_min = 1140000,
.cvdd_min = 1200000,
.cvdd_max = 1320000,
};

Expand All @@ -860,7 +860,7 @@ static const struct da850_opp da850_opp_200 = {
.prediv = 1,
.mult = 25,
.postdiv = 3,
.cvdd_min = 1050000,
.cvdd_min = 1100000,
.cvdd_max = 1160000,
};

Expand All @@ -869,7 +869,7 @@ static const struct da850_opp da850_opp_96 = {
.prediv = 1,
.mult = 20,
.postdiv = 5,
.cvdd_min = 950000,
.cvdd_min = 1000000,
.cvdd_max = 1050000,
};

Expand Down

0 comments on commit 59b0255

Please sign in to comment.