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

Commit 33ad25b8 authored by Taniya Das's avatar Taniya Das
Browse files

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



QUPV3 clocks could be under DFS control, thus register them with DFS
clock ops.

Change-Id: Iefac3479490fbcca8de4bbf151d82d8e6c7d3ca7
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 8543fd31
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);