arch/sh/boards/board-sh7757lcr.c: fixup SDHI register size
authorKuninori Morimoto <[email protected]>
Thu, 3 Apr 2014 21:46:42 +0000 (14:46 -0700)
committerLinus Torvalds <[email protected]>
Thu, 3 Apr 2014 23:20:52 +0000 (16:20 -0700)
sh7757lcr SDHI register size is 0x100

Signed-off-by: Kuninori Morimoto <[email protected]>
Cc: Simon Horman <[email protected]>
Cc: Geert Uytterhoeven <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/sh/boards/board-sh7757lcr.c

index 25c5a932f9fed68f104283d9d64e71de2c158a2d..669df51a82e3bb7024dbdd68f6f87a79702d867e 100644 (file)
@@ -252,7 +252,7 @@ static struct sh_mobile_sdhi_info sdhi_info = {
 static struct resource sdhi_resources[] = {
        [0] = {
                .start  = 0xffe50000,
-               .end    = 0xffe501ff,
+               .end    = 0xffe500ff,
                .flags  = IORESOURCE_MEM,
        },
        [1] = {