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

Commit b56d7458 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: gcc: Register the DFS clocks for HOLI"

parents b482a807 33ad25b8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -4422,6 +4422,11 @@ static int gcc_holi_probe(struct platform_device *pdev)
	if (IS_ERR(regmap))
		return PTR_ERR(regmap);

	ret = qcom_cc_register_rcg_dfs(regmap, gcc_dfs_clocks,
				ARRAY_SIZE(gcc_dfs_clocks));
	if (ret)
		return ret;

	/* GCC_DISP_GPLL0_CDIVR__CLK_DIV */
	regmap_update_bits(regmap, 0x17058, 0x1, 0x1);