Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9bac89e0 authored by Linus Walleij's avatar Linus Walleij
Browse files

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: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 6252bd35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();
}

/*
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ static unsigned int partnumber(unsigned int asicid)
 * DB9540	0x413fc090	0xFFFFDBF4		0x009540xx
 */

void __init ux500_map_io(void)
void __init ux500_setup_id(void)
{
	unsigned int cpuid = read_cpuid_id();
	unsigned int asicid = 0;
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

void ux500_restart(enum reboot_mode mode, const char *cmd);

void __init ux500_map_io(void);
void __init ux500_setup_id(void);

extern void __init ux500_init_irq(void);