From: Rob Herring <robh@kernel.org>
To: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Cc: jassisinghbrar@gmail.com, krzk+dt@kernel.org,
conor+dt@kernel.org, matthias.bgg@gmail.com,
houlong.wei@mediatek.com, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org, kernel@collabora.com
Subject: Re: [PATCH] dt-bindings: mailbox: mediatek,gce-mailbox: Add support for MT6893
Date: Mon, 21 Apr 2025 16:38:33 -0500 [thread overview]
Message-ID: <20250421213833.GA2966253-robh@kernel.org> (raw)
In-Reply-To: <20250416120230.147844-1-angelogioacchino.delregno@collabora.com>
On Wed, Apr 16, 2025 at 02:02:30PM +0200, AngeloGioacchino Del Regno wrote:
> Add a compatible string for the MediaTek Dimensity 1200 (MT6893)
> SoC using MT8195 as a fallback, and add a header for the GCE
> mailbox found in MT6893.
>
> Similarly to MT8195, this SoC has two GCE hardware instances, but
> the event values are different (hence requiring its own header).
>
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> ---
> .../mailbox/mediatek,gce-mailbox.yaml | 4 +
> include/dt-bindings/gce/mediatek,mt6893-gce.h | 312 ++++++++++++++++++
> 2 files changed, 316 insertions(+)
> create mode 100644 include/dt-bindings/gce/mediatek,mt6893-gce.h
>
> diff --git a/Documentation/devicetree/bindings/mailbox/mediatek,gce-mailbox.yaml b/Documentation/devicetree/bindings/mailbox/mediatek,gce-mailbox.yaml
> index 73d6db34d64a..277d290d852b 100644
> --- a/Documentation/devicetree/bindings/mailbox/mediatek,gce-mailbox.yaml
> +++ b/Documentation/devicetree/bindings/mailbox/mediatek,gce-mailbox.yaml
> @@ -19,6 +19,7 @@ properties:
> oneOf:
> - enum:
> - mediatek,mt6779-gce
> + - mediatek,mt6893-gce
> - mediatek,mt8173-gce
> - mediatek,mt8183-gce
> - mediatek,mt8186-gce
> @@ -29,6 +30,9 @@ properties:
> - items:
> - const: mediatek,mt6795-gce
> - const: mediatek,mt8173-gce
> + - items:
> + - const: mediatek,mt6893-gce
> + - const: mediatek,mt8195-gce
You shouldn't have with and without a fallback.
>
> "#mbox-cells":
> const: 2
next prev parent reply other threads:[~2025-04-21 21:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-16 12:02 [PATCH] dt-bindings: mailbox: mediatek,gce-mailbox: Add support for MT6893 AngeloGioacchino Del Regno
2025-04-21 21:38 ` Rob Herring [this message]
2025-04-22 13:44 ` AngeloGioacchino Del Regno
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=20250421213833.GA2966253-robh@kernel.org \
--to=robh@kernel.org \
--cc=angelogioacchino.delregno@collabora.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=houlong.wei@mediatek.com \
--cc=jassisinghbrar@gmail.com \
--cc=kernel@collabora.com \
--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=matthias.bgg@gmail.com \
/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.