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

Commit a73cef8e authored by Taniya Das's avatar Taniya Das
Browse files

msm: clock-gcc-8909: Add support for wcnss measure clock



wcnss_m_clk is used by wcnss client to measure the clock.

Change-Id: Ic90c44651f44598802eff1486625a3fe7a2c9a19
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent aebe1f28
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2349,6 +2349,7 @@ static struct mux_clk gcc_debug_mux = {
		{ &gcc_mdss_vsync_clk.c, 0x01fb },
		{ &gcc_mdss_byte0_clk.c, 0x01fc },
		{ &gcc_mdss_esc0_clk.c, 0x01fd },
		{ &wcnss_m_clk.c, 0x0198},
	),
	.c = {
		.dbg_name = "gcc_debug_mux",
@@ -2483,6 +2484,7 @@ static struct clk_lookup msm_clocks_lookup[] = {
	CLK_LIST(gcc_bimc_gpu_clk),
	CLK_LIST(gcc_venus0_core0_vcodec0_clk),
	CLK_LIST(gcc_usb_hs_phy_cfg_ahb_clk),
	CLK_LIST(wcnss_m_clk),

	/* Crypto clocks */
	CLK_LIST(gcc_crypto_clk),