summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-common.h
diff options
context:
space:
mode:
authorAmit Kamath <akamath@nvidia.com>2013-03-11 15:22:56 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:06:24 -0700
commitc1c5333ada4c7f9ebb4d508a4e64e555705b91b5 (patch)
treef5cbd70c29bb9498e1f79b28b7d6e4d7f86d745d /arch/arm/mach-tegra/board-common.h
parent19df4ad2236754cc678ea32cefb98fbdbdd2174a (diff)
arm: tegra: add voltage capping thermals
Voltage capping needs to use soc therm sensors to accurately measure temperatures. This change adds voltage capping related trip points before registering to the soc_therm driver. bug 1042409 Change-Id: I9bebaa39f88f0142c3b8ba7e07a70d86fdbc675e Signed-off-by: Amit Kamath <akamath@nvidia.com> Reviewed-on: http://git-master/r/208014 (cherry picked from commit dbd872140e5be5d4a358dd77de790f17c78b1594) Reviewed-on: http://git-master/r/214972 GVS: Gerrit_Virtual_Submit Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-common.h')
-rw-r--r--arch/arm/mach-tegra/board-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-common.h b/arch/arm/mach-tegra/board-common.h
index 11f1622af67f..74cf20ce75d7 100644
--- a/arch/arm/mach-tegra/board-common.h
+++ b/arch/arm/mach-tegra/board-common.h
@@ -29,4 +29,6 @@ int uart_console_debug_init(int defaul_debug_port);
int tegra_vibrator_init(void);
void tegra_add_cdev_trips(struct thermal_trip_info *trips, int *num_trips);
void tegra_add_tj_trips(struct thermal_trip_info *trips, int *num_trips);
+struct tegra_cooling_device *tegra_vc_get_cdev(void);
+void tegra_add_vc_trips(struct thermal_trip_info *trips, int *num_trips);
#endif