commit | 6c8e99d874c96200ce985d19b407d49ed3306226 | [log] [tgz] |
---|---|---|
author | Andy Gross <andy.gross@linaro.org> | Fri Jul 01 23:04:03 2016 -0500 |
committer | Andy Gross <andy.gross@linaro.org> | Tue Jul 05 16:29:25 2016 -0500 |
tree | 3d1fc63bf5a8b0a4f12944413828e2aa8ae6ca6f | |
parent | 72d43419400f31d9eb634466446e3ceddce30be7 [diff] |
firmware: qcom: scm: Change initcall to subsys The patch changes the initcall for SCM to use subsys_initcall instead of arch_initcall. This corrects the order so that we don't probe defer when trying to get clks which causes issues later when the spm driver makes calls to qcom_set_warm_boot_addr(). The order became an issue due to the changes to use arch_initcall_sync for of_platform_default_populate_init(). Signed-off-by: Andy Gross <andy.gross@linaro.org>