Commit 0fb0834b authored by Magnus Damm's avatar Magnus Damm Committed by Paul Mundt

ARM: shmobile: make AP4EVB MMCIF resource string consistent

Just use MMCIF as name to match the sh7372 data sheet.
Signed-off-by: default avatarMagnus Damm <damm@opensource.se>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 934e4078
...@@ -237,7 +237,7 @@ static struct platform_device smc911x_device = { ...@@ -237,7 +237,7 @@ static struct platform_device smc911x_device = {
/* SH_MMCIF */ /* SH_MMCIF */
static struct resource sh_mmcif_resources[] = { static struct resource sh_mmcif_resources[] = {
[0] = { [0] = {
.name = "SH_MMCIF", .name = "MMCIF",
.start = 0xE6BD0000, .start = 0xE6BD0000,
.end = 0xE6BD00FF, .end = 0xE6BD00FF,
.flags = IORESOURCE_MEM, .flags = IORESOURCE_MEM,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment