From 89042df80700b4cb44a2da4c213d92cd080f559c Mon Sep 17 00:00:00 2001 From: Peter Boonstoppel Date: Fri, 20 Jan 2012 10:33:32 -0800 Subject: arm: tegra: power: Add AP33 Battery EDP table Exact copy of AP30 table Bug 926056 Change-Id: I48730c41605b177d267a569804bbc75a6b94cfba Signed-off-by: Peter Boonstoppel Reviewed-on: http://git-master/r/85233 Reviewed-by: Aleksandr Frid Reviewed-by: Diwakar Tundlam --- arch/arm/mach-tegra/edp.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm/mach-tegra/edp.c b/arch/arm/mach-tegra/edp.c index e775dddab1aa..a4be48fed4db 100644 --- a/arch/arm/mach-tegra/edp.c +++ b/arch/arm/mach-tegra/edp.c @@ -295,6 +295,15 @@ static struct system_edp_entry __initdata tegra_system_edp_map[] = { { 1, 27, {130, 120, 90, 80} }, { 1, 25, {130, 110, 80, 60} }, { 1, 21, {130, 100, 80, 40} }, + + { 4, 49, {130, 120, 120, 120} }, + { 4, 44, {130, 120, 120, 110} }, + { 4, 37, {130, 120, 110, 100} }, + { 4, 35, {130, 120, 110, 90} }, + { 4, 29, {130, 120, 100, 80} }, + { 4, 27, {130, 120, 90, 80} }, + { 4, 25, {130, 110, 80, 60} }, + { 4, 21, {130, 100, 80, 40} }, }; /* -- cgit v1.2.3