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

Commit 974ba6c3 authored by Shiju Mathew's avatar Shiju Mathew Committed by Venkata Narendra Kumar Gutta
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 avatarVenkata Narendra Kumar Gutta <vnkgutta@codeaurora.org>
parent b1dc513c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -342,7 +342,7 @@ static int __init topology_init(void)

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

/*
 * Dump out kernel offset information on panic.