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

Commit 9d1be478 authored by Naveen Yadav's avatar Naveen Yadav
Browse files

clk: qcom: debugcc-scuba: Update GCC debug mux parent list



Add the mc_cc debug mux to the parent list of GCC mux to
enable measure support for measure_only_mccc_clk.

Change-Id: Ie65ffae9d110ef60eb97b466c06f9361b25a5e4d
Signed-off-by: default avatarNaveen Yadav <naveenky@codeaurora.org>
parent 4dddc019
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -205,6 +205,7 @@ static const char *const gcc_debug_mux_parent_names[] = {
	"gcc_vs_ctrl_clk",
	"gcc_wcss_vs_clk",
	"gpu_cc_debug_mux",
	"mc_cc_debug_mux",
	"measure_only_cnoc_clk",
	"measure_only_ipa_2x_clk",
	"measure_only_snoc_clk",
@@ -315,6 +316,7 @@ static int gcc_debug_mux_sels[] = {
	0xBC,		/* gcc_vs_ctrl_clk */
	0xC0,		/* gcc_wcss_vs_clk */
	0xE3,		/* gpu_cc_debug_mux */
	0x9B,		/* mc_cc_debug_mux */
	0x19,		/* measure_only_cnoc_clk */
	0xC2,		/* measure_only_ipa_2x_clk */
	0x7,		/* measure_only_snoc_clk */