devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Xiandong Wang <xiandong.wang@mediatek.com>
To: Jassi Brar <jassisinghbrar@gmail.com>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	Yongqiang Niu <yongqiang.niu@mediatek.com>
Cc: <linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-mediatek@lists.infradead.org>, <sirius.wang@mediatek.com>,
	<vince-wl.liu@mediatek.com>, <jh.hsu@mediatek.com>,
	<Project_Global_Chrome_Upstream_Group@mediatek.com>,
	Xiandong Wang <xiandong.wang@mediatek.com>
Subject: [PATCH v1 06/13] dt-bindings: arm: mediatek: mmsys: add compatible for MT8189
Date: Mon, 20 Oct 2025 15:40:19 +0800	[thread overview]
Message-ID: <20251020074211.8942-7-xiandong.wang@mediatek.com> (raw)
In-Reply-To: <20251020074211.8942-1-xiandong.wang@mediatek.com>

In MT8189, a single HW pipeline was an independent mmsys,
which included the OVL module, PQ module, and display interface
module.

Signed-off-by: Xiandong Wang <xiandong.wang@mediatek.com>
---
 .../devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml         | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml b/Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml
index 3f4262e93c78..f1889b9788ab 100644
--- a/Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml
+++ b/Documentation/devicetree/bindings/arm/mediatek/mediatek,mmsys.yaml
@@ -35,6 +35,7 @@ properties:
               - mediatek,mt8188-vdosys1
               - mediatek,mt8188-vppsys0
               - mediatek,mt8188-vppsys1
+              - mediatek,mt8189-mmsys
               - mediatek,mt8192-mmsys
               - mediatek,mt8195-vdosys1
               - mediatek,mt8195-vppsys0
-- 
2.46.0


  parent reply	other threads:[~2025-10-20  7:42 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-20  7:40 [PATCH v1 00/13] Add MediaTek SoC DRM support for MT8189 Xiandong Wang
2025-10-20  7:40 ` [PATCH v1 01/13] dt-bindings: soc: mediatek: add aal yaml " Xiandong Wang
2025-10-20  7:40 ` [PATCH v1 02/13] dt-bindings: soc: mediatek: add ccorr " Xiandong Wang
2025-10-20  7:40 ` [PATCH v1 03/13] dt-bindings: soc: mediatek: add color " Xiandong Wang
2025-10-20  7:40 ` [PATCH v1 04/13] dt-bindings: soc: mediatek: add dither " Xiandong Wang
2025-10-20  7:40 ` [PATCH v1 05/13] dt-bindings: soc: mediatek: add gamma " Xiandong Wang
2025-10-20  7:40 ` Xiandong Wang [this message]
2025-10-20 10:49   ` [PATCH v1 06/13] dt-bindings: arm: mediatek: mmsys: add compatible " AngeloGioacchino Del Regno
2025-10-20  7:40 ` [PATCH v1 07/13] dt-bindings: soc: mediatek: add ovl yaml " Xiandong Wang
2025-10-20 10:49   ` AngeloGioacchino Del Regno
2025-10-20  7:40 ` [PATCH v1 08/13] dt-bindings: soc: mediatek: add rdma " Xiandong Wang
2025-10-20  7:40 ` [PATCH v1 09/13] dt-bindings: soc: mediatek: add mutex " Xiandong Wang
2025-10-20 10:49   ` AngeloGioacchino Del Regno
2025-10-20  7:40 ` [PATCH v1 10/13] dt-bindings: soc: mediatek: add dsi " Xiandong Wang
2025-10-20  7:40 ` [PATCH v1 11/13] soc: mediatek: add mmsys support " Xiandong Wang
2025-10-20 10:49   ` AngeloGioacchino Del Regno
2025-10-20  7:40 ` [PATCH v1 12/13] drm/mediatek: Add support for mt8189 mmsys driver probe Xiandong Wang
2025-10-20 10:49   ` AngeloGioacchino Del Regno
2025-10-20  7:40 ` [PATCH v1 13/13] soc: mediatek: mutex: add mutex support for MT8189 Xiandong Wang
2025-10-20 10:49   ` 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=20251020074211.8942-7-xiandong.wang@mediatek.com \
    --to=xiandong.wang@mediatek.com \
    --cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jassisinghbrar@gmail.com \
    --cc=jh.hsu@mediatek.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 \
    --cc=robh@kernel.org \
    --cc=sirius.wang@mediatek.com \
    --cc=vince-wl.liu@mediatek.com \
    --cc=yongqiang.niu@mediatek.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 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).