Skip to content

Commit

Permalink
clk: qcom: Fix MSM8916 venus divider value
Browse files Browse the repository at this point in the history
One of the video codec clock frequencies has incorrect divider
value. Fix it.

Fixes: 3966fab "clk: qcom: Add MSM8916 Global Clock Controller support"
Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
  • Loading branch information
Georgi Djakov authored and Stephen Boyd committed May 1, 2015
1 parent b787f68 commit 52cdc33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clk/qcom/gcc-msm8916.c
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ static struct clk_rcg2 usb_hs_system_clk_src = {
static const struct freq_tbl ftbl_gcc_venus0_vcodec0_clk[] = {
F(100000000, P_GPLL0, 8, 0, 0),
F(160000000, P_GPLL0, 5, 0, 0),
F(228570000, P_GPLL0, 5, 0, 0),
F(228570000, P_GPLL0, 3.5, 0, 0),
{ }
};

Expand Down

0 comments on commit 52cdc33

Please sign in to comment.