All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
To: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Linux-Renesas <linux-renesas-soc@vger.kernel.org>,
	linux-clk@vger.kernel.org
Subject: [PATCH 6/9] clk: renesas: r8a774e1: add 922 ADG
Date: Mon, 31 Jul 2023 23:49:59 +0000	[thread overview]
Message-ID: <87il9zpro8.wl-kuninori.morimoto.gx@renesas.com> (raw)
In-Reply-To: <87r0onprph.wl-kuninori.morimoto.gx@renesas.com>

R-Car Sound needs to enable "ADG" on RMSTPCR9/SMSTPCR9 22bit to use
clk_i which came from internal S0D4. This patch adds it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 drivers/clk/renesas/r8a774e1-cpg-mssr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/renesas/r8a774e1-cpg-mssr.c b/drivers/clk/renesas/r8a774e1-cpg-mssr.c
index a790061db877..1a70e1a3cdaf 100644
--- a/drivers/clk/renesas/r8a774e1-cpg-mssr.c
+++ b/drivers/clk/renesas/r8a774e1-cpg-mssr.c
@@ -221,7 +221,7 @@ static const struct mssr_mod_clk r8a774e1_mod_clks[] __initconst = {
 	DEF_MOD("rpc-if",		 917,	R8A774E1_CLK_RPCD2),
 	DEF_MOD("i2c6",			 918,	R8A774E1_CLK_S0D6),
 	DEF_MOD("i2c5",			 919,	R8A774E1_CLK_S0D6),
-	DEF_MOD("adg",			 922,	R8A774E1_CLK_S0D1),
+	DEF_MOD("adg",			 922,	R8A774E1_CLK_S0D4),
 	DEF_MOD("iic-pmic",		 926,	R8A774E1_CLK_CP),
 	DEF_MOD("i2c4",			 927,	R8A774E1_CLK_S0D6),
 	DEF_MOD("i2c3",			 928,	R8A774E1_CLK_S0D6),
-- 
2.25.1


  parent reply	other threads:[~2023-07-31 23:51 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-31 23:49 [PATCH 0/9] clk: renesas: add 922 ADG bit Kuninori Morimoto
2023-07-31 23:49 ` [PATCH 1/9] clk: renesas: r8a7795: add 922 ADG Kuninori Morimoto
2023-08-15  7:40   ` Geert Uytterhoeven
2023-07-31 23:49 ` [PATCH 2/9] clk: renesas: r8a7796: " Kuninori Morimoto
2023-08-15  7:41   ` Geert Uytterhoeven
2023-07-31 23:49 ` [PATCH 3/9] clk: renesas: r8a774a1: " Kuninori Morimoto
2023-08-15  7:41   ` Geert Uytterhoeven
2023-07-31 23:49 ` [PATCH 4/9] clk: renesas: r8a774b1: " Kuninori Morimoto
2023-08-15  7:41   ` Geert Uytterhoeven
2023-07-31 23:49 ` [PATCH 5/9] clk: renesas: r8a774c0: " Kuninori Morimoto
2023-08-15  7:42   ` Geert Uytterhoeven
2023-07-31 23:49 ` Kuninori Morimoto [this message]
2023-08-15  7:42   ` [PATCH 6/9] clk: renesas: r8a774e1: " Geert Uytterhoeven
2023-07-31 23:50 ` [PATCH 7/9] clk: renesas: r8a77965: " Kuninori Morimoto
2023-08-07  1:39   ` Kuninori Morimoto
2023-08-15  7:43   ` Geert Uytterhoeven
2023-07-31 23:50 ` [PATCH 8/9] clk: renesas: r8a77990: " Kuninori Morimoto
2023-08-15  7:43   ` Geert Uytterhoeven
2023-07-31 23:50 ` [PATCH 9/9] clk: renesas: r8a77995: " Kuninori Morimoto
2023-08-15  7:43   ` Geert Uytterhoeven

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=87il9zpro8.wl-kuninori.morimoto.gx@renesas.com \
    --to=kuninori.morimoto.gx@renesas.com \
    --cc=geert+renesas@glider.be \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    /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.