summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-common.c
diff options
context:
space:
mode:
authorAlex Frid <afrid@nvidia.com>2013-04-20 16:32:50 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:09:29 -0700
commit0a1fa48f93b3f09499ad29d2bc8e62cd5e5f3f24 (patch)
treeec67f997006e4744101f262ccb5d1cc30d13b56b /arch/arm/mach-tegra/board-common.c
parent917ffc396a1b518d343740356ec45a1b5164e440 (diff)
ARM: tegra: dvfs: Removed rail dfll mode thermal trips
Removed separate set of trip-points for rail cooling device in dfll mode. Used the same set as in pll mode. No need for two sets, and rail thermal code had required them to be identical, anyway (bailed out with WARN if requirement was violated). Change-Id: Icf4b12736794cd5b5fabad8a01186c176689df07 Signed-off-by: Alex Frid <afrid@nvidia.com> Reviewed-on: http://git-master/r/221347 (cherry picked from commit 5df0fb6eb46a68cb9fb6d1bb71240d71119ff3ce) Reviewed-on: http://git-master/r/221865 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-common.c')
-rw-r--r--arch/arm/mach-tegra/board-common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-common.c b/arch/arm/mach-tegra/board-common.c
index 967bf51652f0..54d04141384d 100644
--- a/arch/arm/mach-tegra/board-common.c
+++ b/arch/arm/mach-tegra/board-common.c
@@ -166,7 +166,6 @@ static void tegra_add_trip_points(struct thermal_trip_info *trips,
void tegra_add_cdev_trips(struct thermal_trip_info *trips, int *num_trips)
{
- tegra_add_trip_points(trips, num_trips, tegra_dvfs_get_cpu_dfll_cdev());
tegra_add_trip_points(trips, num_trips, tegra_dvfs_get_cpu_pll_cdev());
tegra_add_trip_points(trips, num_trips, tegra_dvfs_get_core_cdev());
}