From 65cd49e36d93ff30b80f3a18b85880f720b136fc Mon Sep 17 00:00:00 2001 From: Seema Khowala Date: Mon, 18 Nov 2013 16:02:24 -0800 Subject: arm: tegra: t124: tn8: update max cpu/gpu current Bug 1411163 Change-Id: I90ad787554ec22125351fa026443bf1a38ab9117 Signed-off-by: Seema Khowala Reviewed-on: http://git-master/r/332621 Reviewed-by: Diwakar Tundlam --- arch/arm/mach-tegra/board-tn8-power.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'arch/arm/mach-tegra/board-tn8-power.c') diff --git a/arch/arm/mach-tegra/board-tn8-power.c b/arch/arm/mach-tegra/board-tn8-power.c index 6627e36def76..7f7e452b52ce 100644 --- a/arch/arm/mach-tegra/board-tn8-power.c +++ b/arch/arm/mach-tegra/board-tn8-power.c @@ -139,10 +139,16 @@ int __init tn8_edp_init(void) regulator_mA = get_maximum_cpu_current_supported(); if (!regulator_mA) - regulator_mA = 9000; + regulator_mA = 12000; pr_info("%s: CPU regulator %d mA\n", __func__, regulator_mA); tegra_init_cpu_edp_limits(regulator_mA); + /* gpu maximum current */ + regulator_mA = 8000; + pr_info("%s: GPU regulator %d mA\n", __func__, regulator_mA); + + tegra_init_gpu_edp_limits(regulator_mA); + return 0; } -- cgit v1.2.3