From: Georgi Djakov <georgi.djakov@linaro.org>
To: Archit Taneja <architt@codeaurora.org>,
sboyd@codeaurora.org, mturquette@linaro.org
Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH v1] clk: qcom: Add MSM8916 Global Clock Controller support
Date: Tue, 24 Feb 2015 17:49:23 +0200 [thread overview]
Message-ID: <54EC9D83.1000900@linaro.org> (raw)
In-Reply-To: <54EC02D3.6060906@codeaurora.org>
On 02/24/2015 06:49 AM, Archit Taneja wrote:
> Hi,
[..]
>> +
>> +static struct freq_tbl ftbl_gcc_mdss_pclk[] = {
>> + { .src = P_DSI0_PHYPLL_DSI },
>> + { }
>> +};
>> +
>> +static struct clk_rcg2 pclk0_clk_src = {
>> + .cmd_rcgr = 0x4d084,
>
> This should be 0x4d000. Same reason as above.
>
>> + .mnd_width = 8,
>> + .hid_width = 5,
>> + .parent_map = gcc_xo_gpll0_dsiphy_map,
>> + .freq_tbl = ftbl_gcc_mdss_pclk,
>> + .clkr.hw.init = &(struct clk_init_data){
>> + .name = "pclk0_clk_src",
>> + .parent_names = gcc_xo_gpll0_dsiphy,
>> + .num_parents = 1,
>> + .ops = &clk_rcg2_ops,
>> + },
>> +};
>> +
>> +static const struct freq_tbl ftbl_gcc_mdss_vsync_clk[] = {
>> + F(19200000, P_XO, 1, 0, 0),
>> + { }
>> +};
>> +
>> +static struct clk_rcg2 vsync_clk_src = {
>> + .cmd_rcgr = 0x4d02c,
>> + .hid_width = 5,
>> + .parent_map = gcc_xo_gpll0a_map,
>> + .freq_tbl = ftbl_gcc_mdss_vsync_clk,
>> + .clkr.hw.init = &(struct clk_init_data){
>> + .name = "vsync_clk_src",
>> + .parent_names = gcc_xo_gpll0a,
>> + .num_parents = 2,
>> + .ops = &clk_rcg2_ops,
>> + },
>> +};
>> +
>
> mdss clocks look fine otherwise.
>
> Thanks,
> Archit
>
Hi Archit,
Thanks for taking a look. I have fixed these and also a few more.
BR,
Georgi
next prev parent reply other threads:[~2015-02-24 15:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-06 18:58 [PATCH v1] clk: qcom: Add MSM8916 Global Clock Controller support Georgi Djakov
2015-02-23 22:46 ` Stephen Boyd
2015-02-24 15:48 ` Georgi Djakov
2015-02-24 18:21 ` Stephen Boyd
2015-02-24 4:49 ` Archit Taneja
2015-02-24 15:49 ` Georgi Djakov [this message]
2015-02-25 13:10 ` Archit Taneja
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54EC9D83.1000900@linaro.org \
--to=georgi.djakov@linaro.org \
--cc=architt@codeaurora.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@linaro.org \
--cc=sboyd@codeaurora.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox