summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-common.h
diff options
context:
space:
mode:
authorSai Gurrappadi <sgurrappadi@nvidia.com>2013-11-07 17:56:12 -0800
committerDiwakar Tundlam <dtundlam@nvidia.com>2013-11-19 16:01:49 -0800
commit7b190a19a5def471da377512303c5408d6877eda (patch)
treed5ee30f4fa2a77aaa5ee3c3d908c1fa0ca9edb98 /arch/arm/mach-tegra/board-common.h
parente332472a1104624927f57cf40d26d64d6edd76ef (diff)
ARM: tegra: Module for dynamic voltage limits
Provide userspace with an interface to dynamically adjust CPU <voltage, temperature> cap. Userspace must respect datasheet-imposed limits. Bug 1349095 Change-Id: Ie6d5834d56ad0f1d325bdfbb294c5d9189a8ea2f Signed-off-by: Sai Gurrappadi <sgurrappadi@nvidia.com> Reviewed-on: http://git-master/r/327986 Reviewed-by: Diwakar Tundlam <dtundlam@nvidia.com> Tested-by: Diwakar Tundlam <dtundlam@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 4f4810a5c397..db13f90c886b 100644
--- a/arch/arm/mach-tegra/board-common.h
+++ b/arch/arm/mach-tegra/board-common.h
@@ -30,4 +30,6 @@ 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);
void tegra_add_tgpu_trips(struct thermal_trip_info *trips, int *num_trips);
+void tegra_add_vc_trips(struct thermal_trip_info *trips, int *num_trips);
+
#endif