clk: qcom: mdss: init mdss pll driver at subsys level
Boot loader enables resources for continuous splash screen feature and leaves it on when kernel boot up. MDSS PLL driver adds vote for for these resources in kernel. Some other driver can also request same resources and disables it in failure case. This will fade out splash image on screen. Initializing pll driver at subsystem level adds vote for resources at early stage. Change-Id: Icb80c73e185461a49f682a80ab0578883640e803 Signed-off-by: Dhaval Patel <pdhaval@codeaurora.org>
This commit is contained in:
parent
10172a00f2
commit
9d4e96bb33
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ static int __init mdss_pll_driver_init(void)
|
|||
|
||||
return rc;
|
||||
}
|
||||
fs_initcall(mdss_pll_driver_init);
|
||||
subsys_initcall(mdss_pll_driver_init);
|
||||
|
||||
static void __exit mdss_pll_driver_deinit(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue