]> xenbits.xensource.com Git - people/aperard/linux-chromebook.git/commitdiff
arm: exynos: Call ABB code when using a fused speed group
authorDoug Anderson <dianders@chromium.org>
Fri, 14 Dec 2012 21:19:04 +0000 (13:19 -0800)
committerGerrit <chrome-bot@google.com>
Tue, 18 Dec 2012 23:24:30 +0000 (15:24 -0800)
The previous checkin titled "Add Adaptive Body Bias Control for
exynos5" only added ABB when not using a fused speed group.  Fix it to
also use ABB when using a non-fused speed group.

BUG=chrome-os-partner:16820
TEST=Test this plus the CHIP_ID patch on a wide variety of devices,
including those that had suspend/resume problems.

Change-Id: Ib08a6729488fc3eb97cc102f01138fea914eb8ce
Signed-off-by: Doug Anderson <dianders@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/39714
Reviewed-by: Abhilash Kesavan <a.kesavan@samsung.com>
Tested-by: Abhilash Kesavan <a.kesavan@samsung.com>
Reviewed-by: Jon Kliegman <kliegs@chromium.org>
Reviewed-by: Sameer Nanda <snanda@chromium.org>
arch/arm/mach-exynos/asv-5250.c

index e5cd0f5c3f01391a49041f5bd6d3b53bcd9f476c..415a577a2ba7b0afb2010e8456464b8acc5a0a49 100644 (file)
@@ -403,6 +403,8 @@ static int exynos5250_asv_init(void)
                printk(KERN_INFO "EXYNOS5250: ORIG: %d MOD: %d RESULT: %d\n",
                        exynos_orig_sp, exynos_mod_sp, exynos_result_of_asv);
 
+               exynos5250_pre_set_abb();
+
                return 0;
        }