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

Commit b6a0597c authored by Taniya Das's avatar Taniya Das Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: gpucc: Add support for higher frequency for Khaje



Update the frequency/fmax table for 1.26GHz for clients to be able to
vote on the same.

Change-Id: I6466dba600fa674817ce98a93db57931922a8490
Signed-off-by: default avatarTaniya Das <quic_tdas@quicinc.com>
parent c20d4a80
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
 * Copyright (c) 2021, The Linux Foundation. All rights reserved.
 * Copyright (c) 2022, Qualcomm Innovation Center, Inc. All rights reserved.
 */

#include <linux/clk-provider.h>
@@ -205,6 +206,7 @@ static const struct freq_tbl ftbl_gpu_cc_gx_gfx3d_clk_src[] = {
	F(1025000000, P_GPU_CC_PLL0_OUT_MAIN, 1, 0, 0),
	F(1100000000, P_GPU_CC_PLL0_OUT_MAIN, 1, 0, 0),
	F(1114800000, P_GPU_CC_PLL0_OUT_MAIN, 1, 0, 0),
	F(1260000000, P_GPU_CC_PLL0_OUT_MAIN, 1, 0, 0),
	{ }
};

@@ -228,7 +230,8 @@ static struct clk_rcg2 gpu_cc_gx_gfx3d_clk_src = {
			[VDD_LOW_L1] = 600000000,
			[VDD_NOMINAL] = 785088000,
			[VDD_HIGH] = 1025088000,
			[VDD_HIGH_L1] = 1114800000},
			[VDD_HIGH_L1] = 1114800000,
			[VDD_HIGH_L2] = 1260000000},
	},
};