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

Commit 3902f83d authored by bait_dispatcher_monitor_system's avatar bait_dispatcher_monitor_system Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: clock-8992: Enable RPM DCVS after putting in all RPM clock votes"

parents 3e89ada3 0b52c70d
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -274,7 +274,7 @@ static int msm_rpmcc_8992_probe(struct platform_device *pdev)
	struct resource *res;
	int ret;

	ret = enable_rpm_scaling();
	ret = vote_bimc(&bimc_clk, INT_MAX);
	if (ret < 0)
		return ret;

@@ -294,6 +294,10 @@ static int msm_rpmcc_8992_probe(struct platform_device *pdev)
	if (ret)
		return ret;

	ret = enable_rpm_scaling();
	if (ret < 0)
		return ret;

	/*
	 * Hold an active set vote for the PNOC AHB source.
	 * Sleep set vote is 0.