diff options
author | Ranjani Vaidyanathan <ra5478@freescale.com> | 2011-07-29 14:30:19 -0500 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-07-20 13:15:45 +0800 |
commit | 4f68d445af0e34e04c27a0f1b38207af611da652 (patch) | |
tree | d855e949253161ee041fa35ece04301543a1a15b /arch/arm/mach-mx6/Makefile | |
parent | 1009ccfbc9346ff0b726071a8592c5ef5cc8150d (diff) |
ENGR00139280: MX6: Add CPUFREQ support
Add support for CPUFREQ for SMP system.
Added support for 1GHz, 800MHz, 400MHz and 160MHz.
Added support for scaling the voltage along with frequency.
Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/Makefile')
-rw-r--r-- | arch/arm/mach-mx6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/Makefile b/arch/arm/mach-mx6/Makefile index 094b2cfd7773..bf23b55f1a59 100644 --- a/arch/arm/mach-mx6/Makefile +++ b/arch/arm/mach-mx6/Makefile @@ -3,7 +3,7 @@ # # Object file lists. -obj-y := cpu.o mm.o system.o devices.o dummy_gpio.o irq.o bus_freq.o usb_dr.o usb_h1.o pm.o +obj-y := cpu.o mm.o system.o devices.o dummy_gpio.o irq.o bus_freq.o usb_dr.o usb_h1.o pm.o cpu_op-mx6.o obj-$(CONFIG_ARCH_MX6) += clock.o mx6q_suspend.o obj-$(CONFIG_MACH_MX6Q_SABREAUTO) += board-mx6q_sabreauto.o |