From: Matthias Brugger <matthias.bgg@gmail.com>
To: Alexandre Mergnat <amergnat@baylibre.com>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
Takashi Iwai <tiwai@suse.com>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: linux-kernel@vger.kernel.org, linux-sound@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org
Subject: Re: [PATCH v8 4/5] arm64: dts: mediatek: add afe support for mt8365 SoC
Date: Fri, 6 Sep 2024 00:01:20 +0200 [thread overview]
Message-ID: <732cea84-3d2d-469c-93a0-76d93d8271bc@gmail.com> (raw)
In-Reply-To: <20240226-audio-i350-v8-4-e80a57d026ce@baylibre.com>
On 05/09/2024 11:07, Alexandre Mergnat wrote:
> Add audio front end support of MT8365 SoC.
> Update the file header.
>
> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com>
Applied, thanks
> ---
> arch/arm64/boot/dts/mediatek/mt8365.dtsi | 43 ++++++++++++++++++++++++++++++--
> 1 file changed, 41 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt8365.dtsi b/arch/arm64/boot/dts/mediatek/mt8365.dtsi
> index eb449bfa8803..9c91fe8ea0f9 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8365.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8365.dtsi
> @@ -2,9 +2,11 @@
> /*
> * (C) 2018 MediaTek Inc.
> * Copyright (C) 2022 BayLibre SAS
> - * Fabien Parent <fparent@baylibre.com>
> - * Bernhard Rosenkränzer <bero@baylibre.com>
> + * Authors: Fabien Parent <fparent@baylibre.com>
> + * Bernhard Rosenkränzer <bero@baylibre.com>
> + * Alexandre Mergnat <amergnat@baylibre.com>
> */
> +
> #include <dt-bindings/clock/mediatek,mt8365-clk.h>
> #include <dt-bindings/interrupt-controller/arm-gic.h>
> #include <dt-bindings/interrupt-controller/irq.h>
> @@ -812,6 +814,43 @@ apu: syscon@19020000 {
> reg = <0 0x19020000 0 0x1000>;
> #clock-cells = <1>;
> };
> +
> + afe: audio-controller@11220000 {
> + compatible = "mediatek,mt8365-afe-pcm";
> + reg = <0 0x11220000 0 0x1000>;
> + #sound-dai-cells = <0>;
> + clocks = <&clk26m>,
> + <&topckgen CLK_TOP_AUDIO_SEL>,
> + <&topckgen CLK_TOP_AUD_I2S0_M>,
> + <&topckgen CLK_TOP_AUD_I2S1_M>,
> + <&topckgen CLK_TOP_AUD_I2S2_M>,
> + <&topckgen CLK_TOP_AUD_I2S3_M>,
> + <&topckgen CLK_TOP_AUD_ENGEN1_SEL>,
> + <&topckgen CLK_TOP_AUD_ENGEN2_SEL>,
> + <&topckgen CLK_TOP_AUD_1_SEL>,
> + <&topckgen CLK_TOP_AUD_2_SEL>,
> + <&topckgen CLK_TOP_APLL_I2S0_SEL>,
> + <&topckgen CLK_TOP_APLL_I2S1_SEL>,
> + <&topckgen CLK_TOP_APLL_I2S2_SEL>,
> + <&topckgen CLK_TOP_APLL_I2S3_SEL>;
> + clock-names = "top_clk26m_clk",
> + "top_audio_sel",
> + "audio_i2s0_m",
> + "audio_i2s1_m",
> + "audio_i2s2_m",
> + "audio_i2s3_m",
> + "engen1",
> + "engen2",
> + "aud1",
> + "aud2",
> + "i2s0_m_sel",
> + "i2s1_m_sel",
> + "i2s2_m_sel",
> + "i2s3_m_sel";
> + interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_LOW>;
> + power-domains = <&spm MT8365_POWER_DOMAIN_AUDIO>;
> + status = "disabled";
> + };
> };
>
> timer {
>
next prev parent reply other threads:[~2024-09-05 22:01 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-05 9:06 [PATCH v8 0/5] Add audio support for the MediaTek Genio 350-evk board amergnat
2024-09-05 9:06 ` [PATCH v8 1/5] ASoC: codecs: add MT6357 support amergnat
2024-09-24 11:44 ` Geert Uytterhoeven
2024-09-24 12:05 ` Mark Brown
2024-09-05 9:06 ` [PATCH v8 2/5] ASoC: mediatek: Add MT8365 support Alexandre Mergnat
2024-09-05 9:07 ` [PATCH v8 3/5] arm64: defconfig: enable mt8365 sound Alexandre Mergnat
2024-09-05 22:01 ` Matthias Brugger
2024-09-05 9:07 ` [PATCH v8 4/5] arm64: dts: mediatek: add afe support for mt8365 SoC Alexandre Mergnat
2024-09-05 22:01 ` Matthias Brugger [this message]
2024-09-05 9:07 ` [PATCH v8 5/5] arm64: dts: mediatek: add audio support for mt8365-evk Alexandre Mergnat
2024-09-05 22:01 ` Matthias Brugger
2024-09-05 18:42 ` (subset) [PATCH v8 0/5] Add audio support for the MediaTek Genio 350-evk board 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=732cea84-3d2d-469c-93a0-76d93d8271bc@gmail.com \
--to=matthias.bgg@gmail.com \
--cc=amergnat@baylibre.com \
--cc=angelogioacchino.delregno@collabora.com \
--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=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-sound@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