public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@amd.com>
To: Ashok Reddy Soma <ashok.reddy.soma@amd.com>, u-boot@lists.denx.de
Cc: lukma@denx.de, seanga2@gmail.com, git@amd.com
Subject: Re: [PATCH] clk: zynqmp: Add set_rate support for gem rx and tsu clks
Date: Fri, 21 Jul 2023 09:01:13 +0200	[thread overview]
Message-ID: <39849fe9-0da2-2a70-eef1-6a7cbee056e2@amd.com> (raw)
In-Reply-To: <20230719084912.30209-1-ashok.reddy.soma@amd.com>



On 7/19/23 10:49, Ashok Reddy Soma wrote:
> gem0_rx till gem3_rx  and gem_tsu are missing from set rate function.
> Add them, so that they can be set from pmu firmware via clock framework.
> 
> Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@amd.com>
> ---
> 
>   drivers/clk/clk_zynqmp.c | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/clk/clk_zynqmp.c b/drivers/clk/clk_zynqmp.c
> index be0ee50e0e..27479391e1 100644
> --- a/drivers/clk/clk_zynqmp.c
> +++ b/drivers/clk/clk_zynqmp.c
> @@ -718,6 +718,8 @@ static ulong zynqmp_clk_set_rate(struct clk *clk, ulong rate)
>   	switch (id) {
>   	case gem0_ref ... gem3_ref:
>   	case gem0_tx ... gem3_tx:
> +	case gem0_rx ... gem3_rx:
> +	case gem_tsu:
>   	case qspi_ref ... can1_ref:
>   	case usb0_bus_ref ... usb3_dual_ref:
>   		return zynqmp_clk_set_peripheral_rate(priv, id,

Applied.
M

      reply	other threads:[~2023-07-21  7:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-19  8:49 [PATCH] clk: zynqmp: Add set_rate support for gem rx and tsu clks Ashok Reddy Soma
2023-07-21  7:01 ` Michal Simek [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=39849fe9-0da2-2a70-eef1-6a7cbee056e2@amd.com \
    --to=michal.simek@amd.com \
    --cc=ashok.reddy.soma@amd.com \
    --cc=git@amd.com \
    --cc=lukma@denx.de \
    --cc=seanga2@gmail.com \
    --cc=u-boot@lists.denx.de \
    /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