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

Commit 4f448108 authored by Pushkar Joshi's avatar Pushkar Joshi
Browse files

clk: qcom: clock-mmss-8992: Update venus clock frequencies



The vcodec0_clk_src now supports 320 MHz instead of 266.67 MHz
as the nominal clock frequency, according to the latest frequency
plan. Update the same in the clock driver.

Change-Id: I4af9668c2efd6b815d827f168af7d787c7ee36ed
Signed-off-by: default avatarPushkar Joshi <pushkarj@codeaurora.org>
parent 584d0f68
Loading
Loading
Loading
Loading
+3 −3
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
@@ -362,7 +362,7 @@ static struct clk_freq_tbl ftbl_vcodec0_clk_src[] = {
	F_MM( 100000000,     mmsscc_gpll0,    6,    0,     0),
	F_MM( 133330000,     mmsscc_gpll0,  4.5,    0,     0),
	F_MM( 200000000,  mmpll0_out_main,    4,    0,     0),
	F_MM( 266670000,  mmpll0_out_main,    3,    0,     0),
	F_MM( 320000000,  mmpll0_out_main,  2.5,    0,     0),
	F_MM( 510000000,  mmpll3_out_main,    2,    0,     0),
	F_END
};
@@ -377,7 +377,7 @@ static struct rcg_clk vcodec0_clk_src = {
		.dbg_name = "vcodec0_clk_src",
		.ops = &clk_ops_rcg_mnd,
		VDD_DIG_FMAX_MAP4(LOWER, 66670000, LOW, 133330000,
				  NOMINAL, 266670000, HIGH, 510000000),
				  NOMINAL, 320000000, HIGH, 510000000),
		CLK_INIT(vcodec0_clk_src.c),
	},
};