diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-05-14 10:37:05 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-05-18 15:08:04 +0200 |
commit | 9bac89e069e2aa7c4602a2d76a76f3d8ba8a3aa3 (patch) | |
tree | e15d3ed619d06f6546406fb38cb9ad511fd60fa1 /arch/arm/mach-ux500/cpu-db8500.c | |
parent | ARM: ux500: look up PRCMU resource from DT (diff) | |
download | linux-9bac89e069e2aa7c4602a2d76a76f3d8ba8a3aa3.tar.xz linux-9bac89e069e2aa7c4602a2d76a76f3d8ba8a3aa3.zip |
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.c | 2 |
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(); } /* |