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

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

Merge "clk: msm: clock-gcc: Set post divider for debug mux for MSMGold"

parents 9a176dcb 01e00e4d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4435,6 +4435,9 @@ static int msm_clock_debug_probe(struct platform_device *pdev)
	clk_ops_debug_mux = clk_ops_gen_mux;
	clk_ops_debug_mux.get_rate = measure_get_rate;

	if (compat_bin2)
		gcc_debug_mux_8937.post_div = 0x3;

	if (!compat_bin && !compat_bin2)
		ret =  of_msm_clock_register(pdev->dev.of_node,
			msm_clocks_measure, ARRAY_SIZE(msm_clocks_measure));