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

Commit 78001f5f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents b46c5276 464a2642
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",