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

Commit ecbdac2c authored by David Collins's avatar David Collins
Browse files

clk: qcom: gcc-kona: specify BI_TCXO as clock source 0



The clk-rcg2 enable_safe_config logic requires that the safe
BI_TCXO clock source is listed in parent_map[] with src == 0.
Modify the gcc-kona source enum so that BI_TCXO is listed first
to meet this requirement.

Without this change, gcc-kona RCGs with enable_safe_config == true
will be left in their current configuration when disabled instead
of correcting switching to the 19.2 MHz BI_TCXO source.

Change-Id: I4d943a140527f9635e0fbde962a2c86b0edea3a1
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent a13c9b48
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,8 +37,8 @@ static DEFINE_VDD_REGULATORS(vdd_cx_ao, VDD_NUM, 1, vdd_corner);
static DEFINE_VDD_REGULATORS(vdd_mm, VDD_NUM, 1, vdd_corner);

enum {
	P_AUD_REF_CLK,
	P_BI_TCXO,
	P_AUD_REF_CLK,
	P_CORE_BI_PLL_TEST_SE,
	P_GPLL0_OUT_EVEN,
	P_GPLL0_OUT_MAIN,