From 4c0008a530670755e8ba84105cfff469128cc32e Mon Sep 17 00:00:00 2001 From: Punit Agrawal Date: Mon, 20 Oct 2014 17:57:28 +0100 Subject: [PATCH] exynos: asv: Correct a typo in voltage tables A typo in the ASV tables causes ASV=5 boards to fail to set certain frequencies on the A7 cluster. Fix it. Signed-off-by: Punit Agrawal --- arch/arm/mach-exynos/include/mach/asv-exynos5422_evt0.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-exynos/include/mach/asv-exynos5422_evt0.h b/arch/arm/mach-exynos/include/mach/asv-exynos5422_evt0.h index f5a3e73d872bae..c6825b3f8774ee 100644 --- a/arch/arm/mach-exynos/include/mach/asv-exynos5422_evt0.h +++ b/arch/arm/mach-exynos/include/mach/asv-exynos5422_evt0.h @@ -344,7 +344,7 @@ static unsigned int kfc_asv_volt_info_evt1_v300_BIN2[KFC_V300_BIN2_DVFS_LEVEL_NR { 1100000, 1162500, 1150000, 1137500, 1125000, 1112500, 1100000, 1087500, 1075000, 1062500, 1050000, 1037500, 1025000, 1012500, 1000000}, { 1000000, 1125000, 1112500, 1100000, 1087500, 1075000, 1062500, 1050000, 1037500, 1025000, 1012500, 1000000, 987500, 975000, 962500}, { 900000, 1087500, 1075000, 1062500, 1050000, 1037500, 1025000, 1012500, 1000000, 987500, 975000, 962500, 950000, 937500, 925000}, - { 800000, 1050000, 1037500, 1025000, 1012500, 1000000, 98750 , 975000, 962500, 950000, 937500, 925000, 912500, 900000, 900000}, + { 800000, 1050000, 1037500, 1025000, 1012500, 1000000, 987500, 975000, 962500, 950000, 937500, 925000, 912500, 900000, 900000}, { 700000, 1012500, 1000000, 987500, 975000, 962500, 950000, 937500, 925000, 912500, 900000, 900000, 900000, 900000, 900000}, { 600000, 975000, 962500, 950000, 937500, 925000, 912500, 900000, 900000, 900000, 900000, 900000, 900000, 900000, 900000}, { 500000, 937500, 925000, 912500, 900000, 900000, 900000, 900000, 900000, 900000, 900000, 900000, 900000, 900000, 900000},