summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/tegra11_soctherm.h
diff options
context:
space:
mode:
authorJinyoung Park <jinyoungp@nvidia.com>2013-01-31 22:10:36 +0900
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 12:57:16 -0700
commit3894cf2ef7f8301ec34981d2a6fd6be0b16b997e (patch)
tree72bab3dc3d14ea04b2dc447d2dc8f42846ff4085 /arch/arm/mach-tegra/tegra11_soctherm.h
parentd2ad63cf30463fb24f4cf645b6cc4523ab39fdee (diff)
arm: tegra: soctherm: Add thermal_zone_params in struct soctherm_therm
Added thermal_zone_params in struct soctherm_therm in orther to set governor and binding params to soctherm thermal zone devices. Bug 1200111 Signed-off-by: Jinyoung Park <jinyoungp@nvidia.com> Reviewed-on: http://git-master/r/196027 (cherry picked from commit 91ede6523270d5ad808c39133067686ea6ec74f0) Change-Id: I44a5ef9a29e9a773f2ce26b6e5c72213e982272b Signed-off-by: Jinyoung Park <jinyoungp@nvidia.com> Reviewed-on: http://git-master/r/198872 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Diwakar Tundlam <dtundlam@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/tegra11_soctherm.h')
-rw-r--r--arch/arm/mach-tegra/tegra11_soctherm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/tegra11_soctherm.h b/arch/arm/mach-tegra/tegra11_soctherm.h
index ae322904ab60..f67a08a516f4 100644
--- a/arch/arm/mach-tegra/tegra11_soctherm.h
+++ b/arch/arm/mach-tegra/tegra11_soctherm.h
@@ -69,6 +69,7 @@ struct soctherm_therm {
int etemp;
int num_trips;
struct thermal_trip_info trips[THERMAL_MAX_TRIPS];
+ struct thermal_zone_params *tzp;
};
struct soctherm_throttle_dev {