All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andre Przywara <andre.przywara@arm.com>
To: Samuel Holland <samuel@sholland.org>
Cc: u-boot@lists.denx.de, Jagan Teki <jagan@amarulasolutions.com>,
	Lukasz Majewski <lukma@denx.de>,
	Sean Anderson <seanga2@gmail.com>
Subject: Re: [PATCH] clk: sunxi: h6_r: Correct the driver name
Date: Tue, 24 May 2022 16:59:10 +0100	[thread overview]
Message-ID: <20220524165910.4e7f94de@donnerap.cambridge.arm.com> (raw)
In-Reply-To: <20220423210717.6767-1-samuel@sholland.org>

On Sat, 23 Apr 2022 16:07:16 -0500
Samuel Holland <samuel@sholland.org> wrote:

> H6 is from the sun50i family, not sun6i.
> 
> Signed-off-by: Samuel Holland <samuel@sholland.org>

Applied to sunxi/master.

Thanks!
Andre

> ---
> 
>  drivers/clk/sunxi/clk_h6_r.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/clk/sunxi/clk_h6_r.c b/drivers/clk/sunxi/clk_h6_r.c
> index b9e527e16a..2e0bbaa903 100644
> --- a/drivers/clk/sunxi/clk_h6_r.c
> +++ b/drivers/clk/sunxi/clk_h6_r.c
> @@ -50,8 +50,8 @@ static const struct udevice_id h6_r_clk_ids[] = {
>  	{ }
>  };
>  
> -U_BOOT_DRIVER(clk_sun6i_h6_r) = {
> -	.name		= "sun6i_h6_r_ccu",
> +U_BOOT_DRIVER(clk_sun50i_h6_r) = {
> +	.name		= "sun50i_h6_r_ccu",
>  	.id		= UCLASS_CLK,
>  	.of_match	= h6_r_clk_ids,
>  	.priv_auto	= sizeof(struct ccu_priv),


      parent reply	other threads:[~2022-05-24 16:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-23 21:07 [PATCH] clk: sunxi: h6_r: Correct the driver name Samuel Holland
2022-04-23 21:18 ` Heinrich Schuchardt
2022-05-24 15:59 ` Andre Przywara [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=20220524165910.4e7f94de@donnerap.cambridge.arm.com \
    --to=andre.przywara@arm.com \
    --cc=jagan@amarulasolutions.com \
    --cc=lukma@denx.de \
    --cc=samuel@sholland.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.