diff options
author | Magnus Damm <damm@opensource.se> | 2010-10-13 07:39:18 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-10-13 18:43:56 +0900 |
commit | 0fb0834b36c2a952640883cd4b68f01d0843eca6 (patch) | |
tree | 93270056e84a98a0122390c4f686de0382c96d2a /arch/arm/mach-shmobile/board-ap4evb.c | |
parent | 934e40781aa92dae0b9d753d7de4a743c96b9bd2 (diff) | |
download | talos-op-linux-0fb0834b36c2a952640883cd4b68f01d0843eca6.tar.gz talos-op-linux-0fb0834b36c2a952640883cd4b68f01d0843eca6.zip |
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/arm/mach-shmobile/board-ap4evb.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-ap4evb.c | 2 |
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 943cc21e33b2..aaac8b09047b 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, |