summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiwakar Tundlam <dtundlam@nvidia.com>2011-10-24 18:20:08 -0700
committerRohan Somvanshi <rsomvanshi@nvidia.com>2011-10-31 04:33:22 -0700
commit3e74aa621439db78500a8fb07d0fe4620ba3ad05 (patch)
tree94e4aaad3d52ffc4569348452bca15d2bc416ea9
parent228f9b4eb5533a0a1cc5ca43c8aa3770dbaeb4c3 (diff)
ARM: Tegra: power: T33 SKU EDP table for 10A regulator
bug 841336 Change-Id: Ibbc1593945f1231dd6a7cf0aae40379fd1d15a78 Reviewed-on: http://git-master/r/60762 Tested-by: Diwakar Tundlam <dtundlam@nvidia.com> Reviewed-by: Diwakar Tundlam <dtundlam@nvidia.com> Reviewed-by: Peter Boonstoppel <pboonstoppel@nvidia.com>
-rw-r--r--arch/arm/mach-tegra/edp.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/arm/mach-tegra/edp.c b/arch/arm/mach-tegra/edp.c
index 038104ad723c..47648dc4a52e 100644
--- a/arch/arm/mach-tegra/edp.c
+++ b/arch/arm/mach-tegra/edp.c
@@ -101,9 +101,13 @@ static char __initdata tegra_edp_map[] = {
0x82, 0x82, 0x6e, 0x03, 0x23, 0x3c, 0x8c, 0x82,
0x78, 0x69, 0x03, 0x23, 0x4b, 0x8c, 0x82, 0x6e,
0x5a, 0x03, 0x23, 0x55, 0x8c, 0x82, 0x64, 0x50,
- 0x05, 0x3c, 0x46, 0xaa, 0xa0, 0x82, 0x82, 0x05,
- 0x3c, 0x4b, 0x91, 0x91, 0x82, 0x82, 0x05, 0x3c,
- 0x55, 0x8c, 0x82, 0x82, 0x82,
+ 0x05, 0x64, 0x3c, 0xaa, 0xa0, 0xa0, 0xa0, 0x05,
+ 0x64, 0x55, 0x8c, 0x82, 0x82, 0x82, 0x05, 0x3c,
+ 0x3c, 0x8c, 0x82, 0x82, 0x82, 0x05, 0x3c, 0x55,
+ 0x8c, 0x82, 0x82, 0x82, 0x06, 0x64, 0x3c, 0xaa,
+ 0xa0, 0xa0, 0xa0, 0x06, 0x64, 0x55, 0x8c, 0x82,
+ 0x82, 0x82, 0x06, 0x3c, 0x3c, 0x8c, 0x82, 0x82,
+ 0x82, 0x06, 0x3c, 0x55, 0x8c, 0x82, 0x82, 0x82,
};
@@ -129,10 +133,6 @@ void __init tegra_init_cpu_edp_limits(unsigned int regulator_mA)
struct tegra_edp_entry *t = (struct tegra_edp_entry *)tegra_edp_map;
int tsize = sizeof(tegra_edp_map)/sizeof(struct tegra_edp_entry);
- /* FIXME: Now for T33 we use 6A limit - fix this later */
- if (cpu_speedo_id > 3)
- regulator_mA = 6000;
-
if (!regulator_mA) {
edp_limits = edp_default_limits;
edp_limits_size = ARRAY_SIZE(edp_default_limits);