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

Commit 464a2642 authored by Taniya Das's avatar Taniya Das
Browse files

clk: qcom: clock-rpm-8936: Modify mux_sel value for bimc clk



In MSM8939/8936 gcc_bimc_apss_axi_clk is not in-sync with gcc_bimc_clk,
so modify the mux sel to measure the bimc clock.

Change-Id: Ib0ee5955093894188243d782a547fac861dfd479
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 95b6c25e
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -105,11 +105,12 @@ static struct mux_clk rpm_debug_mux = {
	MUX_SRC_LIST(
	{&snoc_clk.c,  0x0000},
	{&pcnoc_clk.c, 0x0008},
	/* BIMC_CLK is 2x clock to the BIMC Core as well as DDR, while the
	 * axi clock is for the BIMC AXI interface. The AXI clock is 1/2 of
	 * the BIMC Clock. measure the gcc_bimc_apss_axi_clk.
	/* BIMC_CLK is 2x clock to the BIMC Core as well as DDR.
	 * The BIMC Clock gcc_bimc_clk is 1/2 of BIMC_CLK, and
	 * gcc_bimc_apss_axi_clk s not in-sync with gcc_bimc_clk,
	 * so measure gcc_bimc_clk.
	 */
	{&bimc_clk.c,  0x0155},
	{&bimc_clk.c,  0x0154},
	),
	.c = {
		.dbg_name = "rpm_debug_mux",