aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/board-u5500.c
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2011-06-20 16:02:43 +0200
committersaid m bagheri <ebgheri@steludxu2848.(none)>2011-06-29 10:30:28 +0200
commitb5fbf87dda3c33a788652db24da9e303af2a7d7f (patch)
tree75c44289dcc9b95ddb9ce6bb3dfea5d75a8f31c2 /arch/arm/mach-ux500/board-u5500.c
parent51b7f79203c68b69e9e7c141161a0d34eceef5da (diff)
U5500: Add support for PRCMU Mailbox0
Add PRCMU mailbox 0 support for irq wakeup enable and disable ST-Ericsson Linux next: - ST-Ericsson ID: WP334774 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: Ib8972e2de8ca81ca796b3dcd7327a8888efff51b Signed-off-by: Vijaya Kumar K <vijay.kilari@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/24271 Reviewed-by: Mattias NILSSON <mattias.i.nilsson@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/board-u5500.c')
-rw-r--r--arch/arm/mach-ux500/board-u5500.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-ux500/board-u5500.c b/arch/arm/mach-ux500/board-u5500.c
index 213867a56ec..b0bb58f5b17 100644
--- a/arch/arm/mach-ux500/board-u5500.c
+++ b/arch/arm/mach-ux500/board-u5500.c
@@ -305,9 +305,8 @@ static void __init u5500_spi_init(void)
static struct resource ab5500_resources[] = {
[0] = {
- /*TODO Change this when prcmu driver arrives */
- .start = IRQ_DB5500_AB5500,
- .end = IRQ_DB5500_AB5500,
+ .start = IRQ_DB5500_PRCMU_ABB,
+ .end = IRQ_DB5500_PRCMU_ABB,
.flags = IORESOURCE_IRQ
}
};