summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2010-10-13 07:39:18 +0000
committerPaul Mundt <lethal@linux-sh.org>2010-10-13 18:43:56 +0900
commit0fb0834b36c2a952640883cd4b68f01d0843eca6 (patch)
tree93270056e84a98a0122390c4f686de0382c96d2a /arch
parent934e40781aa92dae0b9d753d7de4a743c96b9bd2 (diff)
downloadop-kernel-dev-0fb0834b36c2a952640883cd4b68f01d0843eca6.zip
op-kernel-dev-0fb0834b36c2a952640883cd4b68f01d0843eca6.tar.gz
ARM: shmobile: make AP4EVB MMCIF resource string consistent
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-shmobile/board-ap4evb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c
index 943cc21..aaac8b0 100644
--- a/arch/arm/mach-shmobile/board-ap4evb.c
+++ b/arch/arm/mach-shmobile/board-ap4evb.c
@@ -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,
OpenPOWER on IntegriCloud