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

Commit 2894227d authored by Shiju Mathew's avatar Shiju Mathew Committed by Kyle Yan
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>
parent 5b9b2988
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -343,7 +343,7 @@ static int __init topology_init(void)

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

/*
 * Dump out kernel offset information on panic.