aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/mach-ecovec24
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-ecovec24
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-ecovec24')
-rw-r--r--arch/sh/boards/mach-ecovec24/setup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c
index 1135c3b848f2..8e3b05f93a65 100644
--- a/arch/sh/boards/mach-ecovec24/setup.c
+++ b/arch/sh/boards/mach-ecovec24/setup.c
@@ -453,7 +453,7 @@ static struct resource sdhi0_resources[] = {
453 .flags = IORESOURCE_MEM, 453 .flags = IORESOURCE_MEM,
454 }, 454 },
455 [1] = { 455 [1] = {
456 .start = 101, 456 .start = 100,
457 .flags = IORESOURCE_IRQ, 457 .flags = IORESOURCE_IRQ,
458 }, 458 },
459}; 459};
@@ -489,7 +489,7 @@ static struct resource sdhi1_resources[] = {
489 .flags = IORESOURCE_MEM, 489 .flags = IORESOURCE_MEM,
490 }, 490 },
491 [1] = { 491 [1] = {
492 .start = 24, 492 .start = 23,
493 .flags = IORESOURCE_IRQ, 493 .flags = IORESOURCE_IRQ,
494 }, 494 },
495}; 495};