summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/Makefile
diff options
context:
space:
mode:
authorPeter Boonstoppel <pboonstoppel@nvidia.com>2011-07-15 10:54:05 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 00:56:40 -0700
commit4d438376abf40702f6eacdd4672b27186cafc244 (patch)
tree68d1cb6b6a879fc5fa5297374b9af364df868dd2 /arch/arm/mach-tegra/Makefile
parent57be2f7465e87008894cfdb1d418cf11b88eab69 (diff)
ARM: tegra: power: Added global EDP Capping table
- Added table with EDP Capping values for different SKUs/regulator currents in new file edp.c - New entry point tegra_init_cpu_edp_limits() - Added DebugFS entry under debug/edp to list the currently selected EDP table - Populated EDP table in edp.c with data from Bug 844268 - edp.c keeps main EDP table; cpu-tegra.c and board-cardhu-power.c both read from there Bug 840255 Original-Change-Id: I55c2ee16278be8cd3005218bedebe76846d137d8 Reviewed-on: http://git-master/r/40938 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com> Rebase-Id: Rc598b39c3517e10c3c5052258e5a3e444f092b96
Diffstat (limited to 'arch/arm/mach-tegra/Makefile')
-rw-r--r--arch/arm/mach-tegra/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile
index b005cb143f14..26e57f780f7f 100644
--- a/arch/arm/mach-tegra/Makefile
+++ b/arch/arm/mach-tegra/Makefile
@@ -41,6 +41,7 @@ obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra20_speedo.o
ifeq ($(CONFIG_TEGRA_SILICON_PLATFORM),y)
obj-y += dvfs.o
obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += latency_allowance.o
+obj-$(CONFIG_TEGRA_EDP_LIMITS) += edp.o
endif
ifeq ($(CONFIG_TEGRA_SILICON_PLATFORM),y)
obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += tegra3_actmon.o