summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/Makefile
diff options
context:
space:
mode:
authorKrishna Sitaraman <ksitaraman@nvidia.com>2013-12-17 14:18:34 -0800
committerTom Cherry <tcherry@nvidia.com>2014-01-21 20:27:38 -0800
commit18ececa6445ca31f3ea43bf1986cb5b15f34dd03 (patch)
tree244191baddda75dd2c3b23606e136fae5caa1fd9 /arch/arm/mach-tegra/Makefile
parent0074d46fe6dcb61470598d917636d46cdaa609f8 (diff)
Tegra12: DVFS: Adding dvfs and speedo files for T132
Creating dvfs and speedo files separately for T132 and reducing the max gpu speed to 252Mhz Bug 1426244 Change-Id: Ie274b134d7704ff02560cb1658d4d1814a8487be Signed-off-by: Krishna Sitaraman <ksitaraman@nvidia.com> Reviewed-on: http://git-master/r/346662 Reviewed-by: Adeel Raza <araza@nvidia.com> Reviewed-by: Aleksandr Frid <afrid@nvidia.com> Reviewed-by: Alexander Van Brunt <avanbrunt@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/Makefile')
-rw-r--r--arch/arm/mach-tegra/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile
index 30444c7e65da..fbdec05c67c0 100644
--- a/arch/arm/mach-tegra/Makefile
+++ b/arch/arm/mach-tegra/Makefile
@@ -99,7 +99,11 @@ obj-$(CONFIG_TEGRA_ARB_SEMAPHORE) += arb_sema.o
obj-$(CONFIG_PM_GENERIC_DOMAINS) += pm_domains.o
obj-y += dvfs.o
obj-$(CONFIG_ARCH_TEGRA_11x_SOC) += tegra11_dvfs.o
+ifeq ($(CONFIG_ARCH_TEGRA_13x_SOC),y)
+obj-y += tegra13_dvfs.o
+else
obj-$(CONFIG_ARCH_TEGRA_12x_SOC) += tegra12_dvfs.o
+endif
obj-$(CONFIG_ARCH_TEGRA_14x_SOC) += tegra14_dvfs.o
obj-$(CONFIG_ARCH_TEGRA_14x_SOC) += tegra_emc_therm.o
@@ -115,7 +119,11 @@ obj-$(CONFIG_ARCH_TEGRA_14x_SOC) += tegra14_edp.o
obj-$(CONFIG_ARCH_TEGRA_12x_SOC) += tegra12_edp.o
obj-$(CONFIG_ARCH_TEGRA_11x_SOC) += tegra11_speedo.o
obj-$(CONFIG_ARCH_TEGRA_14x_SOC) += tegra14_speedo.o
+ifeq ($(CONFIG_ARCH_TEGRA_13x_SOC),y)
+obj-y += tegra13_speedo.o
+else
obj-$(CONFIG_ARCH_TEGRA_12x_SOC) += tegra12_speedo.o
+endif
obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += tegra3_actmon.o
obj-$(CONFIG_ARCH_TEGRA_11x_SOC) += tegra3_actmon.o
obj-$(CONFIG_ARCH_TEGRA_14x_SOC) += tegra3_actmon.o