diff options
author | Brian Swetland <swetland@google.com> | 2008-09-29 17:07:14 -0400 |
---|---|---|
committer | Brian Swetland <swetland@google.com> | 2008-10-22 05:41:00 -0400 |
commit | f030d7b65e4e6399f23de2a41a58d1b607b6bd89 (patch) | |
tree | b502982648afe1f275fd41cf916fbccb7c7daf25 /arch/arm/mach-msm/Makefile | |
parent | 8a0f6f17c43933a4768ab79b9ac3ad24cd3c2c3f (diff) |
[ARM] msm: vreg interface to msm7k pmic
The baseband cpu owns the pmic, so voltage regulator control is only
available via a relatively limited interface through the proc_comm
transport.
Signed-off-by: Brian Swetland <swetland@google.com>
Diffstat (limited to 'arch/arm/mach-msm/Makefile')
-rw-r--r-- | arch/arm/mach-msm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/Makefile b/arch/arm/mach-msm/Makefile index bfcb2518ba53..1aa47001aa3b 100644 --- a/arch/arm/mach-msm/Makefile +++ b/arch/arm/mach-msm/Makefile | |||
@@ -1,6 +1,7 @@ | |||
1 | obj-y += io.o idle.o irq.o timer.o dma.o | 1 | obj-y += io.o idle.o irq.o timer.o dma.o |
2 | obj-y += devices.o | 2 | obj-y += devices.o |
3 | obj-y += proc_comm.o | 3 | obj-y += proc_comm.o |
4 | obj-y += vreg.o | ||
4 | obj-y += clock.o clock-7x01a.o | 5 | obj-y += clock.o clock-7x01a.o |
5 | 6 | ||
6 | obj-$(CONFIG_MACH_HALIBUT) += board-halibut.o | 7 | obj-$(CONFIG_MACH_HALIBUT) += board-halibut.o |