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

Commit aeb5bff0 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: clk-cpu-osm: Vote on the L3 cluster clocks enable"

parents 1c5a2845 4280f415
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -3294,8 +3294,10 @@ static int clk_cpu_osm_driver_probe(struct platform_device *pdev)
			rc);
		goto provider_err;
	}
	WARN(clk_prepare_enable(l3_clk.hw.clk),
		     "clk: Failed to enable clock for L3\n");
	WARN(clk_prepare_enable(l3_cluster0_vote_clk.hw.clk),
		     "clk: Failed to enable cluster0 clock for L3\n");
	WARN(clk_prepare_enable(l3_cluster1_vote_clk.hw.clk),
		     "clk: Failed to enable cluster1 clock for L3\n");
	udelay(300);

	/* Configure default rate to lowest frequency */