From: Nicolas Ferre <nicolas.ferre@microchip.com>
To: Claudiu Beznea - M18063 <Claudiu.Beznea@microchip.com>,
"Codrin Ciubotariu - M19940" <Codrin.Ciubotariu@microchip.com>,
"linux-clk@vger.kernel.org" <linux-clk@vger.kernel.org>,
"sboyd@kernel.org" <sboyd@kernel.org>
Cc: "linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"mturquette@baylibre.com" <mturquette@baylibre.com>,
"alexandre.belloni@bootlin.com" <alexandre.belloni@bootlin.com>
Subject: Re: [PATCH] clk: at91: sama7g5: fix parents of PDMCs' GCLK
Date: Tue, 8 Mar 2022 16:05:00 +0100 [thread overview]
Message-ID: <37fee57d-f1df-e1b1-a07c-be8775ffb3cb@microchip.com> (raw)
In-Reply-To: <2d6f6552-5ff8-295d-e7e1-d4dc5f767ebd@microchip.com>
On 07/03/2022 at 10:47, Claudiu Beznea - M18063 wrote:
> On 04.03.2022 20:26, Codrin Ciubotariu wrote:
>> Audio PLL can be used as parent by the GCLKs of PDMCs.
>>
>> Fixes: cb783bbbcf54 ("clk: at91: sama7g5: add clock support for sama7g5")
>> Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
>
> Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
I'm taking this patch for a PR sent to Stephen for 5.18.
Best regards,
Nicolas
>> ---
>> drivers/clk/at91/sama7g5.c | 8 ++++----
>> 1 file changed, 4 insertions(+), 4 deletions(-)
>>
>> diff --git a/drivers/clk/at91/sama7g5.c b/drivers/clk/at91/sama7g5.c
>> index e43458673afb..9a213ba9e58b 100644
>> --- a/drivers/clk/at91/sama7g5.c
>> +++ b/drivers/clk/at91/sama7g5.c
>> @@ -699,16 +699,16 @@ static const struct {
>> { .n = "pdmc0_gclk",
>> .id = 68,
>> .r = { .max = 50000000 },
>> - .pp = { "syspll_divpmcck", "baudpll_divpmcck", },
>> - .pp_mux_table = { 5, 8, },
>> + .pp = { "syspll_divpmcck", "audiopll_divpmcck", },
>> + .pp_mux_table = { 5, 9, },
>> .pp_count = 2,
>> .pp_chg_id = INT_MIN, },
>>
>> { .n = "pdmc1_gclk",
>> .id = 69,
>> .r = { .max = 50000000, },
>> - .pp = { "syspll_divpmcck", "baudpll_divpmcck", },
>> - .pp_mux_table = { 5, 8, },
>> + .pp = { "syspll_divpmcck", "audiopll_divpmcck", },
>> + .pp_mux_table = { 5, 9, },
>> .pp_count = 2,
>> .pp_chg_id = INT_MIN, },
>>
>
--
Nicolas Ferre
prev parent reply other threads:[~2022-03-08 15:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-04 18:26 [PATCH] clk: at91: sama7g5: fix parents of PDMCs' GCLK Codrin Ciubotariu
2022-03-07 9:47 ` Claudiu.Beznea
2022-03-08 15:05 ` Nicolas Ferre [this message]
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=37fee57d-f1df-e1b1-a07c-be8775ffb3cb@microchip.com \
--to=nicolas.ferre@microchip.com \
--cc=Claudiu.Beznea@microchip.com \
--cc=Codrin.Ciubotariu@microchip.com \
--cc=alexandre.belloni@bootlin.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--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