summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-common.h
diff options
context:
space:
mode:
authorsreenivasulu velpula <svelpula@nvidia.com>2014-07-11 17:27:25 +0530
committerWinnie Hsu <whsu@nvidia.com>2014-10-27 12:53:20 -0700
commitea792ce96c51d67452810c46db6175c298700613 (patch)
treeaea7e1d2e074f95059bcd5cb5000eedd5ebd470c /arch/arm/mach-tegra/board-common.h
parentb76f9965ae345d8354fd32dcfd511a180b66b83b (diff)
arm: tegra12: Enable CPU CVB support
- Add cl-dvfs platform data - Add function call to get cpu clock switch cooling device trip points. Bug 1563635 Change-Id: I07e0a9e8d170543906f91979fb35b98c02fe18cb Signed-off-by: sreenivasulu velpula <svelpula@nvidia.com> Reviewed-on: http://git-master/r/437195 (cherry picked from commit 55321cec6a72dd9b2e0ad6fb94ff2cc42937a14a) Reviewed-on: http://git-master/r/559393 Reviewed-by: Bibek Basu <bbasu@nvidia.com> Tested-by: Bibek Basu <bbasu@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Venkat Moganty <vmoganty@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-common.h')
-rw-r--r--arch/arm/mach-tegra/board-common.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-common.h b/arch/arm/mach-tegra/board-common.h
index 682644ca826d..d75c5bd00e12 100644
--- a/arch/arm/mach-tegra/board-common.h
+++ b/arch/arm/mach-tegra/board-common.h
@@ -1,7 +1,7 @@
/*
* board-common.h: Common function API declaration for all board files.
*
- * Copyright (c) 2012-2013, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2012-2014, NVIDIA CORPORATION. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -34,6 +34,9 @@ void tegra_add_core_vmin_trips(struct thermal_trip_info *trips, int *num_trips);
void tegra_add_cpu_vmax_trips(struct thermal_trip_info *trips, int *num_trips);
void tegra_add_core_edp_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_cpu_clk_switch_trips(struct thermal_trip_info *trips,
+ int *num_trips);
+
void tegra_add_vc_trips(struct thermal_trip_info *trips, int *num_trips);
void tegra_add_core_vmax_trips(struct thermal_trip_info *trips, int *num_trips);