summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorVandana Salve <vsalve@nvidia.com>2012-07-10 21:03:24 +0530
committerSimone Willett <swillett@nvidia.com>2012-07-13 14:55:03 -0700
commit635faa1a9818843b5693087dffc9a2ea07ec00f6 (patch)
treea1b2c99add96dec386cafd67c11ed18d8bce4dfc /arch
parent1f3f259387de50874e25cfb889d58445c979bfe0 (diff)
ARM: tegra: clock: Increase boost_up_threshold for AVP clock
Increase the boost_up_threshold to 85 for ULP audio bug 1009849 Change-Id: I4b1b746f445f5c2804befa52ae95c69b6b467083 Signed-off-by: Vandana Salve <vsalve@nvidia.com> Reviewed-on: http://git-master/r/114620 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-by: Aleksandr Frid <afrid@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/tegra3_actmon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/tegra3_actmon.c b/arch/arm/mach-tegra/tegra3_actmon.c
index 5df6ed1fc471..a76d0a963d90 100644
--- a/arch/arm/mach-tegra/tegra3_actmon.c
+++ b/arch/arm/mach-tegra/tegra3_actmon.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, NVIDIA Corporation.
+ * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -532,7 +532,7 @@ static struct actmon_dev actmon_dev_avp = {
.boost_freq_step = 8000,
.boost_up_coef = 200,
.boost_down_coef = 50,
- .boost_up_threshold = 75,
+ .boost_up_threshold = 85,
.boost_down_threshold = 50,
.up_wmark_window = 1,