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

Commit 8438f379 authored by Srinivas Ramana's avatar Srinivas Ramana Committed by Gerrit - the friendly Code Review server
Browse files

arm: Move topology_init to postcore



Move topology_init to postcore initcall  to retrieve
cpu frequency table early in boot from OPP.

Change-Id: If715f611c48e91e360caa58f44e20ee17fcb6948
Signed-off-by: default avatarSrinivas Ramana <sramana@codeaurora.org>
parent 3162449f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1039,7 +1039,7 @@ static int __init topology_init(void)

	return 0;
}
subsys_initcall(topology_init);
postcore_initcall(topology_init);

#ifdef CONFIG_HAVE_PROC_CPU
static int __init proc_cpu_init(void)