summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-tn8-sysedp.c
diff options
context:
space:
mode:
authorTimo Alho <talho@nvidia.com>2014-01-29 20:45:38 +0200
committerJuha Tukkinen <jtukkinen@nvidia.com>2014-02-04 07:57:33 -0800
commit3247b8044d24669cd1b36c82d2831aa5c5d04dec (patch)
tree73f99b18eefacac5f27fda74b061b0cec5945e76 /arch/arm/mach-tegra/board-tn8-sysedp.c
parent0b1998391a82f10cc465563a9e825ebc6ac317bb (diff)
edp: tn8: set sysedp_dynamic capping pthrot ratio
soc_therm is set to throttle 75% on OC signal. To account the dynamic budgeting to match this throttling (in the context of modem consumer), set the pthrot_ratio parameter to 75%. Change-Id: I320f1d5433c48c4f44e348f8a642b34c9da8cd4b Signed-off-by: Timo Alho <talho@nvidia.com> Reviewed-on: http://git-master/r/361615 (cherry picked from commit 8bb71b6df9c3932ac0922aec124d91203b85cd67) Reviewed-on: http://git-master/r/362848 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Juha Tukkinen <jtukkinen@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-tn8-sysedp.c')
-rw-r--r--arch/arm/mach-tegra/board-tn8-sysedp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-tn8-sysedp.c b/arch/arm/mach-tegra/board-tn8-sysedp.c
index a46f8eaade6a..a94feb69a779 100644
--- a/arch/arm/mach-tegra/board-tn8-sysedp.c
+++ b/arch/arm/mach-tegra/board-tn8-sysedp.c
@@ -91,6 +91,7 @@ static struct tegra_sysedp_platform_data tn8_sysedp_dynamic_capping_platdata = {
.corecap_size = td575d_sysedp_corecap_sz,
.core_gain = 100,
.init_req_watts = 20000,
+ .pthrot_ratio = 75,
};
static struct platform_device tn8_sysedp_dynamic_capping = {