All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: sunxi: h6_r: Correct the driver name
@ 2022-04-23 21:07 Samuel Holland
  2022-04-23 21:18 ` Heinrich Schuchardt
  2022-05-24 15:59 ` Andre Przywara
  0 siblings, 2 replies; 3+ messages in thread
From: Samuel Holland @ 2022-04-23 21:07 UTC (permalink / raw)
  To: u-boot, Jagan Teki, Andre Przywara
  Cc: Samuel Holland, Lukasz Majewski, Sean Anderson

H6 is from the sun50i family, not sun6i.

Signed-off-by: Samuel Holland <samuel@sholland.org>
---

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] clk: sunxi: h6_r: Correct the driver name
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Heinrich Schuchardt @ 2022-04-23 21:18 UTC (permalink / raw)
  To: Samuel Holland, u-boot, Jagan Teki, Andre Przywara
  Cc: Lukasz Majewski, Sean Anderson

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] clk: sunxi: h6_r: Correct the driver name
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Andre Przywara @ 2022-05-24 15:59 UTC (permalink / raw)
  To: Samuel Holland; +Cc: u-boot, Jagan Teki, Lukasz Majewski, Sean Anderson

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-24 16:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 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.