diff options
author | Magnus Damm <damm@opensource.se> | 2010-02-09 06:49:48 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-02-09 18:24:29 +0900 |
commit | 8d9adabac3a3a3742c7a47da9e456108a0fd2efb (patch) | |
tree | ab977746ccde97d9eb98ebd106356bcfb94e7b6a /arch/sh/boards/mach-migor | |
parent | 7896cd0f5a4fa7eb833064e31d8970b95c9faac5 (diff) |
sh: sh7722/Migo-R SDHI vector merge
Merge the SDHI vectors in the sh7722 INTC table
and update the SDHI platform data for Migo-R.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-migor')
-rw-r--r-- | arch/sh/boards/mach-migor/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-migor/setup.c b/arch/sh/boards/mach-migor/setup.c index ed2eeeb390a..d1e51a9baf9 100644 --- a/arch/sh/boards/mach-migor/setup.c +++ b/arch/sh/boards/mach-migor/setup.c @@ -397,7 +397,7 @@ static struct resource sdhi_cn9_resources[] = { .flags = IORESOURCE_MEM, }, [1] = { - .start = 101, + .start = 100, .flags = IORESOURCE_IRQ, }, }; |