summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-enterprise.h
diff options
context:
space:
mode:
authorJoshua Primero <jprimero@nvidia.com>2011-10-13 17:49:20 -0700
committerVarun Wadekar <vwadekar@nvidia.com>2011-12-08 17:03:38 +0530
commit0a892e234ce77f94973afbf2d00ea4239ee6b677 (patch)
tree60a1d541af0d8e03c93376f778caa1d9b71abf2d /arch/arm/mach-tegra/board-enterprise.h
parent99cd63f81e09e6dafcba8cb5e61a5b56b258fad5 (diff)
arm: tegra: power: Tegra Thermal refactoring
Refactored Thermal module so that thermal device drivers themselves are agnostic of the thermal framework. Also separated throttle limit constraints from EDP table. Reviewed-on: http://git-master/r/57990 Reviewed-on: http://git-master/r/63338 Cherry-picked from 8d0610bdd03c3490b718f11bc2108f45cd868533. Change-Id: I4f87889c9cdc88daac1e6173043bab1f2e7cebfd Signed-off-by: Joshua Primero <jprimero@nvidia.com> Reviewed-on: http://git-master/r/66551 Reviewed-by: Diwakar Tundlam <dtundlam@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-enterprise.h')
-rw-r--r--arch/arm/mach-tegra/board-enterprise.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-enterprise.h b/arch/arm/mach-tegra/board-enterprise.h
index 398d1336deae..fff519381f38 100644
--- a/arch/arm/mach-tegra/board-enterprise.h
+++ b/arch/arm/mach-tegra/board-enterprise.h
@@ -109,4 +109,6 @@ void __init enterprise_tsensor_init(void);
#define XMM_GPIO_IPC_BB_WAKE BB_GPIO_HS1_AP2BB
#define XMM_GPIO_IPC_AP_WAKE BB_GPIO_HS1_BB2AP
+#define TDIODE_OFFSET (9000) /* in millicelsius */
+
#endif