diff options
author | Magnus Damm <damm@opensource.se> | 2010-10-13 03:39:18 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-10-13 05:43:56 -0400 |
commit | 0fb0834b36c2a952640883cd4b68f01d0843eca6 (patch) | |
tree | 93270056e84a98a0122390c4f686de0382c96d2a /arch/arm | |
parent | 934e40781aa92dae0b9d753d7de4a743c96b9bd2 (diff) |
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')
-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 = { | |||
237 | /* SH_MMCIF */ | 237 | /* SH_MMCIF */ |
238 | static struct resource sh_mmcif_resources[] = { | 238 | static struct resource sh_mmcif_resources[] = { |
239 | [0] = { | 239 | [0] = { |
240 | .name = "SH_MMCIF", | 240 | .name = "MMCIF", |
241 | .start = 0xE6BD0000, | 241 | .start = 0xE6BD0000, |
242 | .end = 0xE6BD00FF, | 242 | .end = 0xE6BD00FF, |
243 | .flags = IORESOURCE_MEM, | 243 | .flags = IORESOURCE_MEM, |