diff options
author | Robert Jarzmik <robert.jarzmik@free.fr> | 2008-11-13 17:50:56 -0500 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2008-12-02 01:43:47 -0500 |
commit | 724931465c234f71551e229dcd8842d1fc531d77 (patch) | |
tree | 2ff6bc90a2d95497fc5f7588b2a13e8211e3941e /arch/arm/mach-pxa/pxa27x.c | |
parent | a10c287d393bdd32127d59f3ec8fd7bb80e2fa05 (diff) |
[ARM] pxa: add resources for incoming rtc-pxa driver
Add IO memory and IRQ ressources for pxa based SoC to be
able to use the new rtc-pxa driver.
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/mach-pxa/pxa27x.c')
-rw-r--r-- | arch/arm/mach-pxa/pxa27x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/pxa27x.c b/arch/arm/mach-pxa/pxa27x.c index 7769718a80b4..9fdef7641c2f 100644 --- a/arch/arm/mach-pxa/pxa27x.c +++ b/arch/arm/mach-pxa/pxa27x.c | |||
@@ -333,6 +333,7 @@ static struct platform_device *devices[] __initdata = { | |||
333 | &pxa_device_btuart, | 333 | &pxa_device_btuart, |
334 | &pxa_device_stuart, | 334 | &pxa_device_stuart, |
335 | &pxa_device_i2s, | 335 | &pxa_device_i2s, |
336 | &sa1100_device_rtc, | ||
336 | &pxa_device_rtc, | 337 | &pxa_device_rtc, |
337 | &pxa27x_device_ssp1, | 338 | &pxa27x_device_ssp1, |
338 | &pxa27x_device_ssp2, | 339 | &pxa27x_device_ssp2, |