summaryrefslogtreecommitdiff
path: root/arch/sh/boards/mach-ap325rxa
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2010-02-09 06:49:56 +0000
committerPaul Mundt <lethal@linux-sh.org>2010-02-09 18:24:30 +0900
commite3e80046e0ce2a595e607a62b650a9b4efea6558 (patch)
tree05cd4e1c960a113d5b0aacca84a584e0a57026c9 /arch/sh/boards/mach-ap325rxa
parent8d9adabac3a3a3742c7a47da9e456108a0fd2efb (diff)
sh: sh7723/AP325 SDHI vector merge
Merge the SDHI vectors in the sh7723 INTC table and update the SDHI platform data for AP325. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-ap325rxa')
-rw-r--r--arch/sh/boards/mach-ap325rxa/setup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/boards/mach-ap325rxa/setup.c b/arch/sh/boards/mach-ap325rxa/setup.c
index 27277cbdb636..b5980696abbe 100644
--- a/arch/sh/boards/mach-ap325rxa/setup.c
+++ b/arch/sh/boards/mach-ap325rxa/setup.c
@@ -420,7 +420,7 @@ static struct resource sdhi0_cn3_resources[] = {
.flags = IORESOURCE_MEM,
},
[1] = {
- .start = 101,
+ .start = 100,
.flags = IORESOURCE_IRQ,
},
};
@@ -443,7 +443,7 @@ static struct resource sdhi1_cn7_resources[] = {
.flags = IORESOURCE_MEM,
},
[1] = {
- .start = 24,
+ .start = 23,
.flags = IORESOURCE_IRQ,
},
};