]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
arm64: t210: change post soc core time
authorPrafull Suryawanshi <prafulls@nvidia.com>
Wed, 7 Oct 2015 05:52:54 +0000 (11:22 +0530)
committermobile promotions <svcmobile_promotions@nvidia.com>
Fri, 9 Oct 2015 03:57:53 +0000 (20:57 -0700)
With new cpu fps settings, we need to double this time
to make sure core waits before going in lp0.

bug 1675404

Change-Id: Ic43dc4250c81221f4c26588776999a6c2c86290e
Signed-off-by: Prafull Suryawanshi <prafulls@nvidia.com>
(cherry picked from commit 211029f562726b62a59e1d5867675ba63478f302)
(cherry picked from commit c0a905b3953181a4e7f3c04a14a38c7949911e22)
Reviewed-on: http://git-master/r/812652
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
GVS: Gerrit_Virtual_Submit

arch/arm64/mach-tegra/board-t210ref.c

index f00105db46b02f91efe434bde7ee5ba717e43b16..1cc31692ac7afa28d95be89397feebf1564774c2 100644 (file)
@@ -236,7 +236,7 @@ static struct tegra_suspend_platform_data t210ref_suspend_data = {
        .cpu_off_timer  = 300,
        .suspend_mode   = TEGRA_SUSPEND_LP0,
        .core_timer     = 0x257e,
-       .core_off_timer = 640,
+       .core_off_timer = 1280,
        .cpu_suspend_freq = 204000,
        .corereq_high   = true,
        .sysclkreq_high = true,