diff mbox series

clk: renesas: r8a779a0: Fix SD0H clock name

Message ID 20221012184830.3199-1-wsa+renesas@sang-engineering.com (mailing list archive)
State Accepted
Delegated to: Geert Uytterhoeven
Headers show
Series clk: renesas: r8a779a0: Fix SD0H clock name | expand

Commit Message

Wolfram Sang Oct. 12, 2022, 6:48 p.m. UTC
Correct the misspelled textual name of the SD0H clock.

Fixes: 470e3f0d0b15 ("clk: renesas: rcar-gen4: Introduce R-Car Gen4 CPG driver")
Reported-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
 drivers/clk/renesas/r8a779a0-cpg-mssr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Geert Uytterhoeven Oct. 13, 2022, 6:53 a.m. UTC | #1
Hi Wolfram,

On Wed, Oct 12, 2022 at 8:48 PM Wolfram Sang
<wsa+renesas@sang-engineering.com> wrote:
> Correct the misspelled textual name of the SD0H clock.
>
> Fixes: 470e3f0d0b15 ("clk: renesas: rcar-gen4: Introduce R-Car Gen4 CPG driver")

Thanks for your patch!

> Reported-by: Geert Uytterhoeven <geert+renesas@glider.be>

I hadn't even noticed the R-Car S4-8 misspelling was copied from V3U ;-)

> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>



Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
Geert Uytterhoeven Oct. 13, 2022, 6:53 a.m. UTC | #2
On Thu, Oct 13, 2022 at 8:53 AM Geert Uytterhoeven <geert@linux-m68k.org> wrote:
> On Wed, Oct 12, 2022 at 8:48 PM Wolfram Sang
> <wsa+renesas@sang-engineering.com> wrote:
> > Correct the misspelled textual name of the SD0H clock.
> >
> > Fixes: 470e3f0d0b15 ("clk: renesas: rcar-gen4: Introduce R-Car Gen4 CPG driver")
>
> Thanks for your patch!
>
> > Reported-by: Geert Uytterhoeven <geert+renesas@glider.be>
>
> I hadn't even noticed the R-Car S4-8 misspelling was copied from V3U ;-)
>
> > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-clk-for-v6.2.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
diff mbox series

Patch

diff --git a/drivers/clk/renesas/r8a779a0-cpg-mssr.c b/drivers/clk/renesas/r8a779a0-cpg-mssr.c
index d74d46833012..e02542ca24a0 100644
--- a/drivers/clk/renesas/r8a779a0-cpg-mssr.c
+++ b/drivers/clk/renesas/r8a779a0-cpg-mssr.c
@@ -116,7 +116,7 @@  static const struct cpg_core_clk r8a779a0_core_clks[] __initconst = {
 	DEF_FIXED("cp",		R8A779A0_CLK_CP,	CLK_EXTAL,	2, 1),
 	DEF_FIXED("cl16mck",	R8A779A0_CLK_CL16MCK,	CLK_PLL1_DIV2,	64, 1),
 
-	DEF_GEN4_SDH("sdh0",	R8A779A0_CLK_SD0H,	CLK_SDSRC,	   0x870),
+	DEF_GEN4_SDH("sd0h",	R8A779A0_CLK_SD0H,	CLK_SDSRC,	   0x870),
 	DEF_GEN4_SD("sd0",	R8A779A0_CLK_SD0,	R8A779A0_CLK_SD0H, 0x870),
 
 	DEF_BASE("rpc",		R8A779A0_CLK_RPC, CLK_TYPE_GEN4_RPC, CLK_RPCSRC),