mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Huayu Zong (纵华宇)" <Huayu.Zong@mediatek.com>
To: "TingHan Shen (沈廷翰)" <TingHan.Shen@mediatek.com>,
	"conor+dt@kernel.org" <conor+dt@kernel.org>,
	"robh@kernel.org" <robh@kernel.org>,
	"matthias.bgg@gmail.com" <matthias.bgg@gmail.com>,
	"krzk+dt@kernel.org" <krzk+dt@kernel.org>,
	"andersson@kernel.org" <andersson@kernel.org>,
	"AngeloGioacchino Del Regno"
	<angelogioacchino.delregno@collabora.com>,
	"mathieu.poirier@linaro.org" <mathieu.poirier@linaro.org>
Cc: "linux-remoteproc@vger.kernel.org"
	<linux-remoteproc@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-mediatek@lists.infradead.org"
	<linux-mediatek@lists.infradead.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	Project_Global_Chrome_Upstream_Group
	<Project_Global_Chrome_Upstream_Group@mediatek.com>
Subject: Re: [PATCH 1/3] dt-bindings: remoteproc: mediatek: Add binding for mt8189 scp
Date: Mon, 4 Aug 2025 09:10:00 +0000	[thread overview]
Message-ID: <054c15233e27eec29bb88f7839f99b9ccce9691b.camel@mediatek.com> (raw)
In-Reply-To: <7aececf2-438a-4dbc-90e6-fd457a12ace6@collabora.com>

On Mon, 2025-08-04 at 10:27 +0200, AngeloGioacchino Del Regno wrote:
> External email : Please do not click links or open attachments until
> you have verified the sender or the content.
> 
> 
> Il 29/07/25 04:31, Huayu Zong ha scritto:
> > Add the compatible for mt8189 SCP to the binding.
> > 
> > Signed-off-by: Huayu Zong <huayu.zong@mediatek.com>
> 
> Is MT8189's SCP really single-core?
> 
> All of the new SoCs have two SCP cores - it's a bit strange to see
> that 8189 has
> only one... hence, please triple check and confirm.
> 
> Cheers,
> Angelo
> 

yes. On the 8189 platform, the architecture design of SCP is a single
core.

> > ---
> >   Documentation/devicetree/bindings/remoteproc/mtk,scp.yaml | 2 ++
> >   1 file changed, 2 insertions(+)
> > 
> > diff --git
> > a/Documentation/devicetree/bindings/remoteproc/mtk,scp.yaml
> > b/Documentation/devicetree/bindings/remoteproc/mtk,scp.yaml
> > index adc6b3f36fde..88e240430f3f 100644
> > --- a/Documentation/devicetree/bindings/remoteproc/mtk,scp.yaml
> > +++ b/Documentation/devicetree/bindings/remoteproc/mtk,scp.yaml
> > @@ -20,6 +20,7 @@ properties:
> >         - mediatek,mt8186-scp
> >         - mediatek,mt8188-scp
> >         - mediatek,mt8188-scp-dual
> > +      - mediatek,mt8189-scp
> >         - mediatek,mt8192-scp
> >         - mediatek,mt8195-scp
> >         - mediatek,mt8195-scp-dual
> > @@ -168,6 +169,7 @@ allOf:
> >               - mediatek,mt8183-scp
> >               - mediatek,mt8186-scp
> >               - mediatek,mt8188-scp
> > +            - mediatek,mt8189-scp
> >       then:
> >         properties:
> >           reg:
> 
> 
> 

  reply	other threads:[~2025-08-04  9:10 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-29  2:31 [PATCH 0/3] Add support for MT8189 SCP and device tree bindings Huayu Zong
2025-07-29  2:31 ` [PATCH 1/3] dt-bindings: remoteproc: mediatek: Add binding for mt8189 scp Huayu Zong
2025-07-29 17:45   ` Conor Dooley
2025-08-04  8:27   ` AngeloGioacchino Del Regno
2025-08-04  9:10     ` Huayu Zong (纵华宇) [this message]
2025-08-04  9:11       ` AngeloGioacchino Del Regno
2025-08-04 10:45         ` Huayu Zong (纵华宇)
2025-07-29  2:31 ` [PATCH 2/3] arm64: dts: mt8189: Add scp node Huayu Zong
2025-07-29  2:31 ` [PATCH 3/3] remoteproc: mediatek: Support MT8189 SCP Huayu Zong
2025-07-30 15:07   ` Mathieu Poirier
2025-08-01  2:31     ` Huayu Zong (纵华宇)

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=054c15233e27eec29bb88f7839f99b9ccce9691b.camel@mediatek.com \
    --to=huayu.zong@mediatek.com \
    --cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
    --cc=TingHan.Shen@mediatek.com \
    --cc=andersson@kernel.org \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-remoteproc@vger.kernel.org \
    --cc=mathieu.poirier@linaro.org \
    --cc=matthias.bgg@gmail.com \
    --cc=robh@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®