Re: [PATCH 1/2] clk: qcom: Fix MSM8916 venus divider value

2015-04-30 Thread Stephen Boyd
On 04/29, Georgi Djakov wrote:
> One of the video codec clock frequencies has incorrect divider value. Fix it.
> 
> Fixes: 3966fab8b6ab "clk: qcom: Add MSM8916 Global Clock Controller support"
> Signed-off-by: Georgi Djakov 

Applied to clk-fixes

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 1/2] clk: qcom: Fix MSM8916 venus divider value

2015-04-30 Thread Stephen Boyd
On 04/29, Georgi Djakov wrote:
 One of the video codec clock frequencies has incorrect divider value. Fix it.
 
 Fixes: 3966fab8b6ab clk: qcom: Add MSM8916 Global Clock Controller support
 Signed-off-by: Georgi Djakov georgi.dja...@linaro.org

Applied to clk-fixes

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 1/2] clk: qcom: Fix MSM8916 venus divider value

2015-04-29 Thread Georgi Djakov
One of the video codec clock frequencies has incorrect divider value. Fix it.

Fixes: 3966fab8b6ab "clk: qcom: Add MSM8916 Global Clock Controller support"
Signed-off-by: Georgi Djakov 
---
 drivers/clk/qcom/gcc-msm8916.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/qcom/gcc-msm8916.c b/drivers/clk/qcom/gcc-msm8916.c
index d3458474eb3a..b15d52b56c6a 100644
--- a/drivers/clk/qcom/gcc-msm8916.c
+++ b/drivers/clk/qcom/gcc-msm8916.c
@@ -1115,7 +1115,7 @@ static struct clk_rcg2 usb_hs_system_clk_src = {
 static const struct freq_tbl ftbl_gcc_venus0_vcodec0_clk[] = {
F(1, P_GPLL0, 8, 0, 0),
F(16000, P_GPLL0, 5, 0, 0),
-   F(22857, P_GPLL0, 5, 0, 0),
+   F(22857, P_GPLL0, 3.5, 0, 0),
{ }
 };
 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 1/2] clk: qcom: Fix MSM8916 venus divider value

2015-04-29 Thread Georgi Djakov
One of the video codec clock frequencies has incorrect divider value. Fix it.

Fixes: 3966fab8b6ab clk: qcom: Add MSM8916 Global Clock Controller support
Signed-off-by: Georgi Djakov georgi.dja...@linaro.org
---
 drivers/clk/qcom/gcc-msm8916.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/qcom/gcc-msm8916.c b/drivers/clk/qcom/gcc-msm8916.c
index d3458474eb3a..b15d52b56c6a 100644
--- a/drivers/clk/qcom/gcc-msm8916.c
+++ b/drivers/clk/qcom/gcc-msm8916.c
@@ -1115,7 +1115,7 @@ static struct clk_rcg2 usb_hs_system_clk_src = {
 static const struct freq_tbl ftbl_gcc_venus0_vcodec0_clk[] = {
F(1, P_GPLL0, 8, 0, 0),
F(16000, P_GPLL0, 5, 0, 0),
-   F(22857, P_GPLL0, 5, 0, 0),
+   F(22857, P_GPLL0, 3.5, 0, 0),
{ }
 };
 
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/