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

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

Merge "clk: qcom: npucc: Update NPU Q6 frequency for ATOLL"

parents 23e0c264 7bb103a6
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
/*
 * Copyright (c) 2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2019-2020, 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
@@ -357,13 +357,13 @@ static struct clk_rcg2 npu_cc_core_clk_src = {
};

static const struct freq_tbl ftbl_npu_dsp_core_clk_src[] = {
	F(250000000, P_NPU_Q6SS_PLL_OUT_MAIN, 1, 0, 0),
	F(300000000, P_NPU_Q6SS_PLL_OUT_MAIN, 1, 0, 0),
	F(400000000, P_NPU_Q6SS_PLL_OUT_MAIN, 1, 0, 0),
	F(500000000, P_NPU_Q6SS_PLL_OUT_MAIN, 1, 0, 0),
	F(600000000, P_NPU_Q6SS_PLL_OUT_MAIN, 1, 0, 0),
	F(660000000, P_NPU_Q6SS_PLL_OUT_MAIN, 1, 0, 0),
	F(800000000, P_NPU_Q6SS_PLL_OUT_MAIN, 1, 0, 0),
	F(250000000, P_NPU_Q6SS_PLL_OUT_MAIN, 2, 0, 0),
	F(300000000, P_NPU_Q6SS_PLL_OUT_MAIN, 2, 0, 0),
	F(400000000, P_NPU_Q6SS_PLL_OUT_MAIN, 2, 0, 0),
	F(500000000, P_NPU_Q6SS_PLL_OUT_MAIN, 2, 0, 0),
	F(600000000, P_NPU_Q6SS_PLL_OUT_MAIN, 2, 0, 0),
	F(660000000, P_NPU_Q6SS_PLL_OUT_MAIN, 2, 0, 0),
	F(800000000, P_NPU_Q6SS_PLL_OUT_MAIN, 2, 0, 0),
	{ }
};