clk: qcom: Fix MSM8916 venus divider value
One of the video codec clock frequencies has incorrect divider
value. Fix it.
Fixes: 3966fab8b6
"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>
This commit is contained in:
parent
b787f68c36
commit
52cdc33c38
1 changed files with 1 additions and 1 deletions
|
@ -1115,7 +1115,7 @@ static struct clk_rcg2 usb_hs_system_clk_src = {
|
||||||
static const struct freq_tbl ftbl_gcc_venus0_vcodec0_clk[] = {
|
static const struct freq_tbl ftbl_gcc_venus0_vcodec0_clk[] = {
|
||||||
F(100000000, P_GPLL0, 8, 0, 0),
|
F(100000000, P_GPLL0, 8, 0, 0),
|
||||||
F(160000000, P_GPLL0, 5, 0, 0),
|
F(160000000, P_GPLL0, 5, 0, 0),
|
||||||
F(228570000, P_GPLL0, 5, 0, 0),
|
F(228570000, P_GPLL0, 3.5, 0, 0),
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue