From: Alex Elder <elder@linaro.org>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: sboyd@kernel.org, mturquette@baylibre.com, andersson@kernel.org,
konrad.dybcio@linaro.org, agross@kernel.org,
Luca Weiss <luca.weiss@fairphone.com>,
linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] clk: qcom: rpmh: add support for SM6350 rpmh IPA clock
Date: Mon, 28 Nov 2022 19:54:25 -0600 [thread overview]
Message-ID: <35be9c2d-63d4-01cf-b8d7-de3306d50e64@linaro.org> (raw)
In-Reply-To: <CAA8EJpqcQaamPn=6Z0GRKVDvFu8BGQ190EYJH34dApBcC3nzdA@mail.gmail.com>
On 11/28/22 7:35 PM, Dmitry Baryshkov wrote:
> On Tue, 29 Nov 2022 at 02:00, Alex Elder <elder@linaro.org> wrote:
>>
>> From: Luca Weiss <luca.weiss@fairphone.com>
>>
>> The IPA core clock is required for SM6350. Define it.
>>
>> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
>> ---
>> drivers/clk/qcom/clk-rpmh.c | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/drivers/clk/qcom/clk-rpmh.c b/drivers/clk/qcom/clk-rpmh.c
>> index 0471bab824642..6a5887aae21a4 100644
>> --- a/drivers/clk/qcom/clk-rpmh.c
>> +++ b/drivers/clk/qcom/clk-rpmh.c
>> @@ -603,6 +603,7 @@ static const struct clk_rpmh_desc clk_rpmh_sc7280 = {
>> DEFINE_CLK_RPMH_VRM(sm6350, ln_bb_clk2, ln_bb_clk2_ao, "lnbclkg2", 4);
>> DEFINE_CLK_RPMH_VRM(sm6350, ln_bb_clk3, ln_bb_clk3_ao, "lnbclkg3", 4);
>> DEFINE_CLK_RPMH_ARC(sm6350, qlink, qlink_ao, "qphy.lvl", 0x1, 4);
>> +DEFINE_CLK_RPMH_BCM(sm6350, ipa, "IP0");
So you're saying that the above line is unnecessary...
>> static struct clk_hw *sm6350_rpmh_clocks[] = {
>> [RPMH_CXO_CLK] = &sc7280_bi_tcxo.hw,
>> @@ -613,6 +614,7 @@ static struct clk_hw *sm6350_rpmh_clocks[] = {
>> [RPMH_LN_BB_CLK3_A] = &sm6350_ln_bb_clk3_ao.hw,
>> [RPMH_QLINK_CLK] = &sm6350_qlink.hw,
>> [RPMH_QLINK_CLK_A] = &sm6350_qlink_ao.hw,
>> + [RPMH_IPA_CLK] = &sm6350_ipa.hw,
...and that this line (above) can instead look like this:
[RPMH_IPA_CLK] = &sdm845_ipa.hw,
Correct?
> This can use sdm845_ipa.hw instead of defining new clocks.
Your statement seems to also be true for the [RPMH_IPA_CLK]
entry in sdx55_rpmh_clocks[]. (For the record, the commit
that added that one was authored by me, and I didn't realize
what you have stated here.)
Please confirm, and I'll update.
I'll also send another patch to remove the definition of
sdx55_ipa if Mani is willing to test it for me...
Thank you Dmitry.
-Alex
>> };
>>
>> static const struct clk_rpmh_desc clk_rpmh_sm6350 = {
>> --
>> 2.34.1
>>
>
>
next prev parent reply other threads:[~2022-11-29 1:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-29 0:00 [PATCH] clk: qcom: rpmh: add support for SM6350 rpmh IPA clock Alex Elder
2022-11-29 1:35 ` Dmitry Baryshkov
2022-11-29 1:54 ` Alex Elder [this message]
2022-11-29 9:28 ` Dmitry Baryshkov
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=35be9c2d-63d4-01cf-b8d7-de3306d50e64@linaro.org \
--to=elder@linaro.org \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=konrad.dybcio@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luca.weiss@fairphone.com \
--cc=mturquette@baylibre.com \
--cc=sboyd@kernel.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