aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/mach-se
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2010-02-09 01:50:04 -0500
committerPaul Mundt <lethal@linux-sh.org>2010-02-09 04:24:30 -0500
commit3844eadcfd2ba975110e3ca8479efa8c093129ce (patch)
tree3b0a2b175a5ce2de05edaacd212a88377ccf6994 /arch/sh/boards/mach-se
parente3e80046e0ce2a595e607a62b650a9b4efea6558 (diff)
sh: sh7724/Ecovec24/KFR2R09/MS7724SE SDHI vector merge
Merge the SDHI vectors in the sh7724 INTC table and update the SDHI platform data for Ecovec24, KFR2R09 and MS7724SE. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-se')
-rw-r--r--arch/sh/boards/mach-se/7724/setup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/boards/mach-se/7724/setup.c b/arch/sh/boards/mach-se/7724/setup.c
index c7dbbece44b0..50e4d1599576 100644
--- a/arch/sh/boards/mach-se/7724/setup.c
+++ b/arch/sh/boards/mach-se/7724/setup.c
@@ -451,7 +451,7 @@ static struct resource sdhi0_cn7_resources[] = {
451 .flags = IORESOURCE_MEM, 451 .flags = IORESOURCE_MEM,
452 }, 452 },
453 [1] = { 453 [1] = {
454 .start = 101, 454 .start = 100,
455 .flags = IORESOURCE_IRQ, 455 .flags = IORESOURCE_IRQ,
456 }, 456 },
457}; 457};
@@ -474,7 +474,7 @@ static struct resource sdhi1_cn8_resources[] = {
474 .flags = IORESOURCE_MEM, 474 .flags = IORESOURCE_MEM,
475 }, 475 },
476 [1] = { 476 [1] = {
477 .start = 24, 477 .start = 23,
478 .flags = IORESOURCE_IRQ, 478 .flags = IORESOURCE_IRQ,
479 }, 479 },
480}; 480};