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>
Subject: [PATCH 4/9] clk: renesas: r8a779g0: Add Audio clocks
Date: Thu, 2 Feb 2023 01:03:24 +0000	[thread overview]
Message-ID: <878rhganfo.wl-kuninori.morimoto.gx@renesas.com> (raw)
In-Reply-To: <87edr8angv.wl-kuninori.morimoto.gx@renesas.com>


From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

This patch adds module clocks for Audio (SSI/SSIU) blocks on
the Renesas R-Car V4H (R8A779G0) SoC.

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

diff --git a/drivers/clk/renesas/r8a779g0-cpg-mssr.c b/drivers/clk/renesas/r8a779g0-cpg-mssr.c
index 7fca11204f74..18a9462dab76 100644
--- a/drivers/clk/renesas/r8a779g0-cpg-mssr.c
+++ b/drivers/clk/renesas/r8a779g0-cpg-mssr.c
@@ -213,6 +213,8 @@ static const struct mssr_mod_clk r8a779g0_mod_clks[] __initconst = {
 	DEF_MOD("pfc1",		916,	R8A779G0_CLK_CL16M),
 	DEF_MOD("pfc2",		917,	R8A779G0_CLK_CL16M),
 	DEF_MOD("pfc3",		918,	R8A779G0_CLK_CL16M),
+	DEF_MOD("ssiu",		2926,	R8A779G0_CLK_S0D6_PER),
+	DEF_MOD("ssi",		2927,	R8A779G0_CLK_S0D6_PER),
 };
 
 /*
-- 
2.25.1


  parent reply	other threads:[~2023-02-02  1:03 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-02  1:02 [PATCH 0/9] arm64: dts: renesas: add V4H White Hawk Sound support Kuninori Morimoto
2023-02-02  1:03 ` [PATCH 1/9] pinctrl: renesas: r8a779g0: Add Audio Clock support Kuninori Morimoto
2023-02-10 12:46   ` Geert Uytterhoeven
2023-02-02  1:03 ` [PATCH 2/9] pinctrl: renesas: r8a779g0: Add Audio SSI support Kuninori Morimoto
2023-02-10 12:46   ` Geert Uytterhoeven
2023-02-02  1:03 ` [PATCH 3/9] clk: renesas: cpg-mssr: Fix MSSR register range for V4H Kuninori Morimoto
2023-02-10 12:47   ` Geert Uytterhoeven
2023-02-02  1:03 ` Kuninori Morimoto [this message]
2023-02-10 12:50   ` [PATCH 4/9] clk: renesas: r8a779g0: Add Audio clocks Geert Uytterhoeven
2023-02-02  1:03 ` [PATCH 5/9] arm64: dts: renesas: r8a779g0: R-Car Sound support Kuninori Morimoto
2023-02-02  1:04 ` [PATCH 7/9] arm64: dts: renesas: r8a779g0: whitehawk: Add " Kuninori Morimoto
2023-02-10 13:33   ` Geert Uytterhoeven
2023-02-13  6:09     ` Kuninori Morimoto
2023-02-02  1:04 ` [PATCH 8/9] arm64: defconfig: Enable DA7213 Codec Kuninori Morimoto
2023-02-02  1:04 ` [PATCH 9/9] arm64: renesas_defconfig: " Kuninori Morimoto
2023-02-02  1:05 ` [PATCH 6/9] arm64: dts: r8a779g0-white-hawk-cpu.dtsi: add 5.0v regulator Kuninori Morimoto
2023-02-10 13:21   ` 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=878rhganfo.wl-kuninori.morimoto.gx@renesas.com \
    --to=kuninori.morimoto.gx@renesas.com \
    --cc=geert+renesas@glider.be \
    --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.