summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-vcm30_t124-power.c
diff options
context:
space:
mode:
authorAlex Frid <afrid@nvidia.com>2013-12-13 18:57:13 -0800
committerDiwakar Tundlam <dtundlam@nvidia.com>2013-12-16 11:49:50 -0800
commit02e286a95914df00d9c4bae29ef01a9f70274993 (patch)
treecf3105345082f40600fdf658c071ec8730c49c75 /arch/arm/mach-tegra/board-vcm30_t124-power.c
parentec2586360c3ddcc8e11f5dbfbb42d6cd6220eead (diff)
ARM: tegra: thermal: Remove unnecessary trip-points
Removed core edp trip-points from Tegra12 platforms (core edp limits are not applicable on those platforms). Change-Id: Id31a08b5020ad16bbf5d84cf0eed19ed04ee473f Signed-off-by: Alex Frid <afrid@nvidia.com> Reviewed-on: http://git-master/r/345562 Reviewed-by: Diwakar Tundlam <dtundlam@nvidia.com> Tested-by: Diwakar Tundlam <dtundlam@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-vcm30_t124-power.c')
-rw-r--r--arch/arm/mach-tegra/board-vcm30_t124-power.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-vcm30_t124-power.c b/arch/arm/mach-tegra/board-vcm30_t124-power.c
index b701bcd1ac82..174d90ef5912 100644
--- a/arch/arm/mach-tegra/board-vcm30_t124-power.c
+++ b/arch/arm/mach-tegra/board-vcm30_t124-power.c
@@ -373,8 +373,6 @@ int __init vcm30_t124_soctherm_init(void)
8000); /* edp temperature margin */
tegra_add_cpu_vmax_trips(vcm30_t124_soctherm_data.therm[THERM_CPU].trips,
&vcm30_t124_soctherm_data.therm[THERM_CPU].num_trips);
- tegra_add_core_edp_trips(vcm30_t124_soctherm_data.therm[THERM_CPU].trips,
- &vcm30_t124_soctherm_data.therm[THERM_CPU].num_trips);
/*tegra_add_vc_trips(vcm30_t124_soctherm_data.therm[THERM_CPU].trips,
&vcm30_t124_soctherm_data.therm[THERM_CPU].num_trips);
*/