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

Commit 0613f689 authored by Taniya Das's avatar Taniya Das
Browse files

clk: qcom: clock-gcc-8909: Move from SVS_SOC to SVS_KRAIT



On MSM8909 SVS_SOC corner has higher voltage level than SVS_KRAIT. In the
case where a client votes for a SVS frequency, clock driver would now vote
for SVS_KRAIT instead of SVS_SOC for power benefits.

Change-Id: I448fc21fc4b40f650600c8e8e443a3344f56f91f
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 030f0a70
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2014, The Linux Foundation. All rights reserved.
/* Copyright (c) 2014-2015, 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
@@ -293,7 +293,7 @@ enum vdd_dig_levels {

static int vdd_corner[] = {
	RPM_REGULATOR_CORNER_NONE,              /* VDD_DIG_NONE */
	RPM_REGULATOR_CORNER_SVS_SOC,           /* VDD_DIG_LOW */
	RPM_REGULATOR_CORNER_SVS_KRAIT,         /* VDD_DIG_LOW SVS */
	RPM_REGULATOR_CORNER_NORMAL,            /* VDD_DIG_NOMINAL */
	RPM_REGULATOR_CORNER_SUPER_TURBO,       /* VDD_DIG_HIGH */
};