diff options
author | Peter Boonstoppel <pboonstoppel@nvidia.com> | 2012-01-20 10:33:32 -0800 |
---|---|---|
committer | Simone Willett <swillett@nvidia.com> | 2012-02-23 09:44:29 -0800 |
commit | 89042df80700b4cb44a2da4c213d92cd080f559c (patch) | |
tree | da62c3c181017f5de52a3b78b01a7fd8c86b997b | |
parent | aaae1b3660d8d1c6f0cfe2aeeb510b395a303d44 (diff) |
arm: tegra: power: Add AP33 Battery EDP tabletegra-l4t-r15-alpha
Exact copy of AP30 table
Bug 926056
Change-Id: I48730c41605b177d267a569804bbc75a6b94cfba
Signed-off-by: Peter Boonstoppel <pboonstoppel@nvidia.com>
Reviewed-on: http://git-master/r/85233
Reviewed-by: Aleksandr Frid <afrid@nvidia.com>
Reviewed-by: Diwakar Tundlam <dtundlam@nvidia.com>
-rw-r--r-- | arch/arm/mach-tegra/edp.c | 9 |
1 files changed, 9 insertions, 0 deletions
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} }, }; /* |