aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/da850.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-davinci/da850.c')
-rw-r--r--arch/arm/mach-davinci/da850.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-davinci/da850.c b/arch/arm/mach-davinci/da850.c
index 868227e66cea..6932d804556b 100644
--- a/arch/arm/mach-davinci/da850.c
+++ b/arch/arm/mach-davinci/da850.c
@@ -851,7 +851,7 @@ static const struct da850_opp da850_opp_300 = {
851 .prediv = 1, 851 .prediv = 1,
852 .mult = 25, 852 .mult = 25,
853 .postdiv = 2, 853 .postdiv = 2,
854 .cvdd_min = 1140000, 854 .cvdd_min = 1200000,
855 .cvdd_max = 1320000, 855 .cvdd_max = 1320000,
856}; 856};
857 857
@@ -860,7 +860,7 @@ static const struct da850_opp da850_opp_200 = {
860 .prediv = 1, 860 .prediv = 1,
861 .mult = 25, 861 .mult = 25,
862 .postdiv = 3, 862 .postdiv = 3,
863 .cvdd_min = 1050000, 863 .cvdd_min = 1100000,
864 .cvdd_max = 1160000, 864 .cvdd_max = 1160000,
865}; 865};
866 866
@@ -869,7 +869,7 @@ static const struct da850_opp da850_opp_96 = {
869 .prediv = 1, 869 .prediv = 1,
870 .mult = 20, 870 .mult = 20,
871 .postdiv = 5, 871 .postdiv = 5,
872 .cvdd_min = 950000, 872 .cvdd_min = 1000000,
873 .cvdd_max = 1050000, 873 .cvdd_max = 1050000,
874}; 874};
875 875