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

Commit b52d230b authored by Taniya Das's avatar Taniya Das
Browse files

clk: qcom: gcc: Update the TCXO source map value sdmmagpie



The enable_safe_config flag if used in the RCG assumes the TCXO source map
to be '0', which otherwise would cause mapping it to incorrect source
during clk_disable.

Change-Id: I1926080a03bf051717853ceafecf3198b7c70a04
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 30af045f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -43,8 +43,8 @@ static DEFINE_VDD_REGULATORS(vdd_cx, VDD_NUM, 1, vdd_corner);
static DEFINE_VDD_REGULATORS(vdd_cx_ao, 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,