ARM: shmobile: make AP4EVB MMCIF resource string consistent
authorMagnus Damm <damm@opensource.se>
Wed, 13 Oct 2010 07:39:18 +0000 (07:39 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 13 Oct 2010 09:43:56 +0000 (18:43 +0900)
Just use MMCIF as name to match the sh7372 data sheet.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/mach-shmobile/board-ap4evb.c

index 943cc21..aaac8b0 100644 (file)
@@ -237,7 +237,7 @@ static struct platform_device smc911x_device = {
 /* SH_MMCIF */
 static struct resource sh_mmcif_resources[] = {
        [0] = {
-               .name   = "SH_MMCIF",
+               .name   = "MMCIF",
                .start  = 0xE6BD0000,
                .end    = 0xE6BD00FF,
                .flags  = IORESOURCE_MEM,