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

Commit 380811af authored by Taniya Das's avatar Taniya Das
Browse files

clk: qcom: Remove support for gpu throttle xo clock



The support for GPU throttle XO clock was removed as part of
'2c7b087e("clk: qcom: gcc: Remove GPU throttle XO clock for Bengal")'.
So remove support from DebugCC also.

Change-Id: I282d41cee280b814cf783cf214d9f64832460c0a
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 54d02587
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -165,7 +165,6 @@ static const char *const gcc_debug_mux_parent_names[] = {
	"gcc_gpu_memnoc_gfx_clk",
	"gcc_gpu_snoc_dvm_gfx_clk",
	"gcc_gpu_throttle_core_clk",
	"gcc_gpu_throttle_xo_clk",
	"gcc_pdm2_clk",
	"gcc_pdm_ahb_clk",
	"gcc_pdm_xo4_clk",
@@ -270,7 +269,6 @@ static int gcc_debug_mux_sels[] = {
	0xE8,		/* gcc_gpu_memnoc_gfx_clk */
	0xEA,		/* gcc_gpu_snoc_dvm_gfx_clk */
	0xEF,		/* gcc_gpu_throttle_core_clk */
	0xEE,		/* gcc_gpu_throttle_xo_clk */
	0x73,		/* gcc_pdm2_clk */
	0x71,		/* gcc_pdm_ahb_clk */
	0x72,		/* gcc_pdm_xo4_clk */