mirror of
https://github.com/commaai/agnos-kernel-sdm845.git
synced 2026-06-13 05:45:24 +08:00
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: Srinivas Ramana <sramana@codeaurora.org>
This commit is contained in:
committed by
Maria Yu
parent
40dd625bf4
commit
9aecb5ee9b
@@ -1174,7 +1174,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)
|
||||
|
||||
Reference in New Issue
Block a user