From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>,
Conor Dooley <conor+dt@kernel.org>,
Jaroslav Kysela <perex@perex.cz>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>, Rob Herring <robh@kernel.org>,
Takashi Iwai <tiwai@suse.com>, Will Deacon <will@kernel.org>,
devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
linux-sound@vger.kernel.org, linux-spi@vger.kernel.org
Subject: Re: [PATCH v4 8/9] arm64: dts: renesas: sparrow hawk: Add MSIOF Sound support
Date: Fri, 2 May 2025 19:58:51 +0200 [thread overview]
Message-ID: <CAMuHMdVAS-jBVzKR5MnK=ByT7kcdXi1EU9czAvXc7NvC37qy1w@mail.gmail.com> (raw)
In-Reply-To: <87plha2wzr.wl-kuninori.morimoto.gx@renesas.com>
Hi Morimoto-san,
On Fri, 18 Apr 2025 at 01:23, Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com> wrote:
> Sparrow Hawk has Headset (CONN3) AUX_IN (CONN4) for Sound input/output
> which is using MSIOF. Support it.
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thanks for your patch!
> --- a/arch/arm64/boot/dts/renesas/r8a779g3-sparrow-hawk.dts
> +++ b/arch/arm64/boot/dts/renesas/r8a779g3-sparrow-hawk.dts
> @@ -603,6 +655,52 @@ sd_uhs_pins: sd-uhs {
> function = "mmc";
> power-source = <1800>;
> };
> +
> + /* Page 30 / Audio_Codec */
> + msiof1_pins: sound {
> + groups = "msiof1_clk", "msiof1_sync", "msiof1_txd", "msiof1_rxd";
> + function = "msiof1";
> + };
> +
> + /* Page 30 / Audio_Codec */
> + sound_clk_pins: sound-clk {
> + groups = "audio_clkin", "audio_clkout";
> + function = "audio_clk";
> + };
> +};
> +
> +&audio_clkin {
> + clock-frequency = <24576000>;
> +};
Please keep the nodes sorted (by node name).
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-devel for v6.16, with the sorting fixed.
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
next prev parent reply other threads:[~2025-05-02 17:59 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-17 23:22 [PATCH v4 0/9] ASoC: add Renesas MSIOF sound driver Kuninori Morimoto
2025-04-17 23:22 ` [PATCH v4 1/9] dt-bindings: renesas,sh-msiof: Add MSIOF I2S Sound support Kuninori Morimoto
2025-04-25 18:45 ` Rob Herring
2025-04-17 23:23 ` [PATCH v4 2/9] spi: sh-msiof: use dev in sh_msiof_spi_probe() Kuninori Morimoto
2025-04-17 23:23 ` [PATCH v4 3/9] spi: sh-msiof: ignore driver probing if it was MSIOF Sound Kuninori Morimoto
2025-04-17 23:23 ` [PATCH v4 4/9] ASoC: renesas: rsnd: allow to use ADG as standalone Kuninori Morimoto
2025-04-17 23:23 ` [PATCH v4 5/9] ASoC: renesas: rsnd: care BRGA/BRGB select in rsnd_adg_clk_enable() Kuninori Morimoto
2025-04-17 23:23 ` [PATCH v4 6/9] ASoC: renesas: rsnd: enable to use "adg" clock Kuninori Morimoto
2025-04-17 23:23 ` [PATCH v4 7/9] ASoC: renesas: add MSIOF sound support Kuninori Morimoto
2025-04-17 23:23 ` [PATCH v4 8/9] arm64: dts: renesas: sparrow hawk: Add MSIOF Sound support Kuninori Morimoto
2025-05-02 17:58 ` Geert Uytterhoeven [this message]
2025-04-17 23:23 ` [PATCH v4 9/9] arm64: defconfig: add Renesas MSIOF sound support Kuninori Morimoto
2025-05-02 17:59 ` Geert Uytterhoeven
2025-05-07 2:39 ` Kuninori Morimoto
2025-05-09 9:43 ` Geert Uytterhoeven
2025-04-25 23:00 ` (subset) [PATCH v4 0/9] ASoC: add Renesas MSIOF sound driver Mark Brown
2025-04-26 14:18 ` Mark Brown
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='CAMuHMdVAS-jBVzKR5MnK=ByT7kcdXi1EU9czAvXc7NvC37qy1w@mail.gmail.com' \
--to=geert@linux-m68k.org \
--cc=broonie@kernel.org \
--cc=catalin.marinas@arm.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=lgirdwood@gmail.com \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
--cc=perex@perex.cz \
--cc=robh@kernel.org \
--cc=tiwai@suse.com \
--cc=will@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).