Re: [PATCH v2 4/5] clk: qcom: ipq4019: Added the all frequencies for apps cpu

2016-08-15 Thread Stephen Boyd
On 06/21, Abhishek Sahu wrote: > @@ -554,11 +554,21 @@ static struct clk_rcg2 sdcc1_apps_clk_src = { > }; > > static const struct freq_tbl ftbl_gcc_apps_clk[] = { > - F(4800, P_XO, 1, 0, 0), > - F(2, P_FEPLL200, 1, 0, 0), > - F(5, P_FEPLL500, 1, 0,

Re: [PATCH v2 4/5] clk: qcom: ipq4019: Added the all frequencies for apps cpu

2016-08-15 Thread Stephen Boyd
On 06/21, Abhishek Sahu wrote: > @@ -554,11 +554,21 @@ static struct clk_rcg2 sdcc1_apps_clk_src = { > }; > > static const struct freq_tbl ftbl_gcc_apps_clk[] = { > - F(4800, P_XO, 1, 0, 0), > - F(2, P_FEPLL200, 1, 0, 0), > - F(5, P_FEPLL500, 1, 0,

[PATCH v2 4/5] clk: qcom: ipq4019: Added the all frequencies for apps cpu

2016-06-21 Thread Abhishek Sahu
The APPS CPU clock does not contain all the frequencies in its frequency table so this patch adds the same. Signed-off-by: Abhishek Sahu --- drivers/clk/qcom/gcc-ipq4019.c | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git

[PATCH v2 4/5] clk: qcom: ipq4019: Added the all frequencies for apps cpu

2016-06-21 Thread Abhishek Sahu
The APPS CPU clock does not contain all the frequencies in its frequency table so this patch adds the same. Signed-off-by: Abhishek Sahu --- drivers/clk/qcom/gcc-ipq4019.c | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/drivers/clk/qcom/gcc-ipq4019.c