From: "Allen-KH Cheng (程冠勳)" <Allen-KH.Cheng@mediatek.com>
To: "matthias.bgg@gmail.com" <matthias.bgg@gmail.com>,
"sboyd@kernel.org" <sboyd@kernel.org>,
"angelogioacchino.delregno@collabora.com"
<angelogioacchino.delregno@collabora.com>,
"robh+dt@kernel.org" <robh+dt@kernel.org>,
"krzysztof.kozlowski+dt@linaro.org"
<krzysztof.kozlowski+dt@linaro.org>
Cc: "linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-mediatek@lists.infradead.org"
<linux-mediatek@lists.infradead.org>,
"hsinyi@chromium.org" <hsinyi@chromium.org>,
Project_Global_Chrome_Upstream_Group
<Project_Global_Chrome_Upstream_Group@mediatek.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>
Subject: Re: [PATCH v3 4/7] arm64: dts: mediatek: mt8186: Add ADSP node
Date: Fri, 17 Mar 2023 05:17:45 +0000 [thread overview]
Message-ID: <0141c1504e96d9267e2ed9d7a4c925b56976c870.camel@mediatek.com> (raw)
In-Reply-To: <b121408c-bed3-7b58-affc-c7fde5d0ac40@collabora.com>
Hi Angelo,
On Fri, 2023-03-03 at 12:31 +0100, AngeloGioacchino Del Regno wrote:
> Il 03/03/23 04:17, Allen-KH Cheng ha scritto:
> > Add ADSP node for MT8186 SoC.
> >
> > Signed-off-by: Allen-KH Cheng <allen-kh.cheng@mediatek.com>
> > ---
> > arch/arm64/boot/dts/mediatek/mt8186.dtsi | 16 ++++++++++++++++
> > 1 file changed, 16 insertions(+)
> >
> > diff --git a/arch/arm64/boot/dts/mediatek/mt8186.dtsi
> > b/arch/arm64/boot/dts/mediatek/mt8186.dtsi
> > index 0e42bdbd2cb6..337bcf3c1571 100644
> > --- a/arch/arm64/boot/dts/mediatek/mt8186.dtsi
> > +++ b/arch/arm64/boot/dts/mediatek/mt8186.dtsi
> > @@ -633,6 +633,22 @@
> > interrupts = <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH
> > 0>;
> > };
> >
> > + adsp: adsp@10680000 {
> > + compatible = "mediatek,mt8186-dsp";
> > + reg = <0 0x10680000 0 0x2000>, <0 0x10800000 0
> > 0x100000>,
> > + <0 0x1068b000 0 0x100>, <0 0x1068f000 0
> > 0x1000>;
> > + reg-names = "cfg", "sram", "sec", "bus";
> > + clocks = <&topckgen CLK_TOP_AUDIODSP>,
> > <&topckgen CLK_TOP_ADSP_BUS>;
>
> Was missing <&topckgen CLK_TOP_AUDIO_H> intentional here?
>
> AFAIK, that's required for the ADSP.
>
> Regards,
> Angelo
This may be dependent on the design of the chipset.
CLK_TOP_AUDIO_H will be used by the afe (audio-controller) node. This
is not used for DSP in the MT8186 architecture.
Thanks,
Allen
next prev parent reply other threads:[~2023-03-17 5:18 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-03 3:17 [PATCH v3 0/7] Add and update some driver nodes for MT8186 SoC Allen-KH Cheng
2023-03-03 3:17 ` [PATCH v3 1/7] arm64: dts: mediatek: mt8186: Add MTU3 nodes Allen-KH Cheng
2023-03-03 11:27 ` AngeloGioacchino Del Regno
2023-03-03 3:17 ` [PATCH v3 2/7] dt-bindings: spmi: spmi-mtk-pmif: Document mediatek,mt8195-spmi as fallback of mediatek,mt8186-spmi Allen-KH Cheng
2023-03-03 3:17 ` [PATCH v3 3/7] arm64: dts: mediatek: mt8186: Add SPMI node Allen-KH Cheng
2023-03-03 11:28 ` AngeloGioacchino Del Regno
2023-03-03 3:17 ` [PATCH v3 4/7] arm64: dts: mediatek: mt8186: Add ADSP node Allen-KH Cheng
2023-03-03 11:31 ` AngeloGioacchino Del Regno
2023-03-17 5:17 ` Allen-KH Cheng (程冠勳) [this message]
2023-03-03 3:17 ` [PATCH v3 5/7] arm64: dts: mediatek: mt8186: Add audio controller node Allen-KH Cheng
2023-03-03 3:17 ` [PATCH v3 6/7] arm64: dts: mediatek: mt8186: Add GCE node Allen-KH Cheng
2023-03-03 11:32 ` AngeloGioacchino Del Regno
2023-03-03 3:17 ` [PATCH v3 7/7] arm64: dts: mediatek: mt8186: Add display nodes Allen-KH Cheng
2023-03-03 11:35 ` AngeloGioacchino Del Regno
2023-03-09 4:29 ` Allen-KH Cheng (程冠勳)
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=0141c1504e96d9267e2ed9d7a4c925b56976c870.camel@mediatek.com \
--to=allen-kh.cheng@mediatek.com \
--cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
--cc=angelogioacchino.delregno@collabora.com \
--cc=devicetree@vger.kernel.org \
--cc=hsinyi@chromium.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=robh+dt@kernel.org \
--cc=sboyd@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
all inboxes | Powered by JetHome®