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

Commit 5eec2562 authored by Shiju Mathew's avatar Shiju Mathew Committed by Prasad Sodagudi
Browse files

arm64: Move topology_init to postcore



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

Change-Id: I814a022f646878ee608f18ff740b5dc29c77a3c7
Signed-off-by: default avatarShiju Mathew <shijum@codeaurora.org>
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent 6159c764
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -340,7 +340,7 @@ static int __init topology_init(void)

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

/*
 * Dump out kernel offset information on panic.