public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Heinrich Schuchardt <xypron.glpk@gmx.de>
To: Samuel Holland <samuel@sholland.org>,
	u-boot@lists.denx.de, Jagan Teki <jagan@amarulasolutions.com>,
	Andre Przywara <andre.przywara@arm.com>
Cc: Lukasz Majewski <lukma@denx.de>, Sean Anderson <seanga2@gmail.com>
Subject: Re: [PATCH] clk: sunxi: h6_r: Correct the driver name
Date: Sat, 23 Apr 2022 23:18:47 +0200	[thread overview]
Message-ID: <dfe717b4-a592-0fcd-4308-e7681935470b@gmx.de> (raw)
In-Reply-To: <20220423210717.6767-1-samuel@sholland.org>

On 4/23/22 23:07, Samuel Holland wrote:
> H6 is from the sun50i family, not sun6i.
>
> Signed-off-by: Samuel Holland <samuel@sholland.org>

Cf. https://linux-sunxi.org/Allwinner_SoC_Family

Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

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


  reply	other threads:[~2022-04-23 21:19 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 [this message]
2022-05-24 15:59 ` Andre Przywara

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=dfe717b4-a592-0fcd-4308-e7681935470b@gmx.de \
    --to=xypron.glpk@gmx.de \
    --cc=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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox