diff options
author | Magnus Damm <damm@opensource.se> | 2010-02-09 07:49:48 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-02-09 10:24:29 +0100 |
commit | 8d9adabac3a3a3742c7a47da9e456108a0fd2efb (patch) | |
tree | ab977746ccde97d9eb98ebd106356bcfb94e7b6a /arch/sh/boards/mach-migor | |
parent | Merge branch 'sh/intc-extension' (diff) | |
download | linux-8d9adabac3a3a3742c7a47da9e456108a0fd2efb.tar.xz linux-8d9adabac3a3a3742c7a47da9e456108a0fd2efb.zip |
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 ed2eeeb390a5..d1e51a9baf9c 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, }, }; |