aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/Makefile
diff options
context:
space:
mode:
authorSekhar Nori <nsekhar@ti.com>2009-11-03 15:14:13 +0530
committerKevin Hilman <khilman@deeprootsystems.com>2009-11-25 10:21:37 -0800
commita6c0f6eca1173e9d44f1f0fb9ecc832abd7d77d6 (patch)
tree57057404d156f4beff39c3e6d6fa7c6a62a9eaa6 /arch/arm/mach-davinci/Makefile
parentdavinci: DA8XX/OMAP-L1XX: fix compiler warning (diff)
downloadlinux-dev-a6c0f6eca1173e9d44f1f0fb9ecc832abd7d77d6.tar.xz
linux-dev-a6c0f6eca1173e9d44f1f0fb9ecc832abd7d77d6.zip
davinci: add CPU idle driver
The patch adds support for DaVinci cpu idle driver. Two idle states are defined: 1. Wait for interrupt 2. Wait for interrupt and DDR self-refresh (or power down) Some DaVinci SoCs support putting DDR in self-refresh (eg Dm644x, DM6467) while others support putting DDR in self-refresh and power down (eg DM35x, DA8xx). Putting DDR (or mDDR) in power down saves more power than self-refresh. The patch has been tested on DA850/OMAP-L138 EVM. Signed-off-by: Sekhar Nori <nsekhar@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/Makefile')
-rw-r--r--arch/arm/mach-davinci/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/Makefile b/arch/arm/mach-davinci/Makefile
index be629c54e212..5eae1a9d3697 100644
--- a/arch/arm/mach-davinci/Makefile
+++ b/arch/arm/mach-davinci/Makefile
@@ -32,3 +32,4 @@ obj-$(CONFIG_MACH_DAVINCI_DA850_EVM) += board-da850-evm.o
# Power Management
obj-$(CONFIG_CPU_FREQ) += cpufreq.o
+obj-$(CONFIG_CPU_IDLE) += cpuidle.o