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

Commit bb2a9f4e authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: cpu: Set the latch interface bypass bit for lucid PLL"

parents b4f1689e 3757b946
Loading
Loading
Loading
Loading
+3 −1
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
@@ -750,6 +750,8 @@ static int __init cpu_clock_init(void)
		l_val =  readl_relaxed(base + LUCID_PLL_OFF_L_VAL);
	}

	writel_relaxed(0xC05, base + LUCID_PLL_OFF_USER_CTL_U);

	cpucc_clk_init_rate = l_val * XO_RATE;

	regval = readl_relaxed(base);