aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/pxa27x.c
diff options
context:
space:
mode:
authorEric Miao <eric.y.miao@gmail.com>2010-06-14 00:43:00 +0800
committerEric Miao <eric.y.miao@gmail.com>2010-08-05 14:32:19 +0800
commit09a5358d1ed3e023313e551599bb547edfbf1cbf (patch)
tree73c0ceda221100f19e560aff0ff4866949f8cd13 /arch/arm/mach-pxa/pxa27x.c
parent1b84387ac12b42b09315c6c1d176588de4b2e46f (diff)
downloadkernel_samsung_smdk4412-09a5358d1ed3e023313e551599bb547edfbf1cbf.zip
kernel_samsung_smdk4412-09a5358d1ed3e023313e551599bb547edfbf1cbf.tar.gz
kernel_samsung_smdk4412-09a5358d1ed3e023313e551599bb547edfbf1cbf.tar.bz2
[ARM] pxa: move pmu device back into mach-pxa/
Not tested and enabled on MMP at this moment, and since the IRQ is different from mach-pxa, I'd prefer to move the PMU device back into mach-pxa/. Will introduce the PMU device to MMP once it's enabled and tested. Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/pxa27x.c')
-rw-r--r--arch/arm/mach-pxa/pxa27x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/pxa27x.c b/arch/arm/mach-pxa/pxa27x.c
index 0af3617..c3d53dd 100644
--- a/arch/arm/mach-pxa/pxa27x.c
+++ b/arch/arm/mach-pxa/pxa27x.c
@@ -383,6 +383,7 @@ void __init pxa27x_set_i2c_power_info(struct i2c_pxa_platform_data *info)
static struct platform_device *devices[] __initdata = {
&pxa27x_device_udc,
+ &pxa_device_pmu,
&pxa_device_i2s,
&sa1100_device_rtc,
&pxa_device_rtc,