summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/cpu-db8500.c
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2015-05-14 10:37:05 +0200
committerLinus Walleij <linus.walleij@linaro.org>2015-05-18 15:08:04 +0200
commit9bac89e069e2aa7c4602a2d76a76f3d8ba8a3aa3 (patch)
treee15d3ed619d06f6546406fb38cb9ad511fd60fa1 /arch/arm/mach-ux500/cpu-db8500.c
parent6252bd35782a3bf636b665c0d5700dd449492ca2 (diff)
downloadlinux-9bac89e069e2aa7c4602a2d76a76f3d8ba8a3aa3.tar.bz2
ARM: ux500: rename ux500_map_io
This function is not mapping any I/O other than for probing the chip ID. Rename it to make the function graspable. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/cpu-db8500.c')
-rw-r--r--arch/arm/mach-ux500/cpu-db8500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c
index d9359d7b80d7..16913800bbf9 100644
--- a/arch/arm/mach-ux500/cpu-db8500.c
+++ b/arch/arm/mach-ux500/cpu-db8500.c
@@ -46,7 +46,7 @@ static struct prcmu_pdata db8500_prcmu_pdata = {
static void __init u8500_map_io(void)
{
debug_ll_io_init();
- ux500_map_io();
+ ux500_setup_id();
}
/*