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

Commit 770081cf authored by David Collins's avatar David Collins
Browse files

clk: qcom: npucc-kona: correct npu_dsp_core_clk_src mux source indices



The npu_q6ss_pll_out_main source corresponds to
npu_dsp_core_clk_src RCG mux index 2.  Correct this in the
npucc-kona driver.

Change-Id: I10d8fbe09a4eb5ec96fc7475c661cd85557b6810
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent 79376733
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ static const char * const npu_cc_parent_names_1_ao[] = {

static const struct parent_map npu_cc_parent_map_2[] = {
	{ P_BI_TCXO, 0 },
	{ P_NPU_Q6SS_PLL_OUT_MAIN, 1 },
	{ P_NPU_Q6SS_PLL_OUT_MAIN, 2 },
	{ P_CORE_BI_PLL_TEST_SE, 7 },
};