diff options
author | Magnus Damm <damm@opensource.se> | 2010-02-09 06:50:04 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-02-09 18:24:30 +0900 |
commit | 3844eadcfd2ba975110e3ca8479efa8c093129ce (patch) | |
tree | 3b0a2b175a5ce2de05edaacd212a88377ccf6994 /arch/sh/boards/mach-ecovec24 | |
parent | e3e80046e0ce2a595e607a62b650a9b4efea6558 (diff) | |
download | blackbird-op-linux-3844eadcfd2ba975110e3ca8479efa8c093129ce.tar.gz blackbird-op-linux-3844eadcfd2ba975110e3ca8479efa8c093129ce.zip |
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.c | 4 |
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[] = { .flags = IORESOURCE_MEM, }, [1] = { - .start = 101, + .start = 100, .flags = IORESOURCE_IRQ, }, }; @@ -489,7 +489,7 @@ static struct resource sdhi1_resources[] = { .flags = IORESOURCE_MEM, }, [1] = { - .start = 24, + .start = 23, .flags = IORESOURCE_IRQ, }, }; |