diff options
author | Joseph Lo <josephl@nvidia.com> | 2013-10-11 11:58:38 +0200 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-10-19 00:28:10 +0200 |
commit | f0c4ac1329452e5d31a03b4bb711c330065c0369 (patch) | |
tree | 38f618cae4e1cf374681d6569aeb486dec44aa69 /arch/arm/mach-tegra/Makefile | |
parent | ARM: tegra: re-calculate the LP1 data for Tegra30/114 (diff) | |
download | linux-f0c4ac1329452e5d31a03b4bb711c330065c0369.tar.xz linux-f0c4ac1329452e5d31a03b4bb711c330065c0369.zip |
ARM: tegra: add LP1 support code for Tegra124
The LP1 suspend procedure is the same with Tegra30 and Tegra114. Just
need to update the difference of the register address, then we can
continue to share the code.
Signed-off-by: Joseph Lo <josephl@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/Makefile')
-rw-r--r-- | arch/arm/mach-tegra/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile index de3748ed0b42..019bb1758662 100644 --- a/arch/arm/mach-tegra/Makefile +++ b/arch/arm/mach-tegra/Makefile @@ -36,6 +36,7 @@ ifeq ($(CONFIG_CPU_IDLE),y) obj-$(CONFIG_ARCH_TEGRA_114_SOC) += cpuidle-tegra114.o endif obj-$(CONFIG_ARCH_TEGRA_124_SOC) += sleep-tegra30.o +obj-$(CONFIG_ARCH_TEGRA_124_SOC) += pm-tegra30.o ifeq ($(CONFIG_CPU_IDLE),y) obj-$(CONFIG_ARCH_TEGRA_124_SOC) += cpuidle-tegra114.o endif |