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

Commit 82dd0b7b authored by Dhaval Patel's avatar Dhaval Patel Committed by Matt Wagantall
Browse files

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: default avatarDhaval Patel <pdhaval@codeaurora.org>
parent acb8c324
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{