public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: <Claudiu.Beznea@microchip.com>
To: <Codrin.Ciubotariu@microchip.com>, <linux-clk@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>
Cc: <mturquette@baylibre.com>, <sboyd@kernel.org>,
	<Nicolas.Ferre@microchip.com>, <alexandre.belloni@bootlin.com>
Subject: Re: [PATCH] clk: at91: sama7g5: fix parents of PDMCs' GCLK
Date: Mon, 7 Mar 2022 09:47:34 +0000	[thread overview]
Message-ID: <2d6f6552-5ff8-295d-e7e1-d4dc5f767ebd@microchip.com> (raw)
In-Reply-To: <20220304182616.1920392-1-codrin.ciubotariu@microchip.com>

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>

> ---
>  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, },
>  


  reply	other threads:[~2022-03-07 10:15 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 [this message]
2022-03-08 15:05   ` Nicolas Ferre

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=2d6f6552-5ff8-295d-e7e1-d4dc5f767ebd@microchip.com \
    --to=claudiu.beznea@microchip.com \
    --cc=Codrin.Ciubotariu@microchip.com \
    --cc=Nicolas.Ferre@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