aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boards
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
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')
-rw-r--r--arch/sh/boards/mach-ecovec24/setup.c4
-rw-r--r--arch/sh/boards/mach-kfr2r09/setup.c2
-rw-r--r--arch/sh/boards/mach-se/7724/setup.c4
3 files changed, 5 insertions, 5 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};
diff --git a/arch/sh/boards/mach-kfr2r09/setup.c b/arch/sh/boards/mach-kfr2r09/setup.c
index ca9e82d77d0a..b2cd0ed8664e 100644
--- a/arch/sh/boards/mach-kfr2r09/setup.c
+++ b/arch/sh/boards/mach-kfr2r09/setup.c
@@ -351,7 +351,7 @@ static struct resource kfr2r09_sh_sdhi0_resources[] = {
351 .flags = IORESOURCE_MEM, 351 .flags = IORESOURCE_MEM,
352 }, 352 },
353 [1] = { 353 [1] = {
354 .start = 101, 354 .start = 100,
355 .flags = IORESOURCE_IRQ, 355 .flags = IORESOURCE_IRQ,
356 }, 356 },
357}; 357};
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};