diff options
author | Jun Nie <jun.nie@linaro.org> | 2015-07-29 14:16:58 +0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-07-30 14:36:36 +0200 |
commit | f15107f41282d5ae9c6c26832dcc485729821ccc (patch) | |
tree | 20df95e5043a08f7d2d534065c3083fcd23f9817 /arch/arm/mach-zx/Makefile | |
parent | 2eb084eb1f6eba53e657502c519b52e640e38cde (diff) |
ARM: zx: Add power domains for ZX296702
Add power domains for ZX296702 to power off
inactive power domains in runtime.
Signed-off-by: Jun Nie <jun.nie@linaro.org>
[olof: Marked zx296702_pd_driver as __initdata to avoid section mismatch]
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-zx/Makefile')
-rw-r--r-- | arch/arm/mach-zx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-zx/Makefile b/arch/arm/mach-zx/Makefile index 7c2edf6e5f8b..a4b486433209 100644 --- a/arch/arm/mach-zx/Makefile +++ b/arch/arm/mach-zx/Makefile @@ -1,2 +1,2 @@ -obj-$(CONFIG_SOC_ZX296702) += zx296702.o +obj-$(CONFIG_SOC_ZX296702) += zx296702.o zx296702-pm-domain.o obj-$(CONFIG_SMP) += headsmp.o platsmp.o |