From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
To: Xiandong Wang <xiandong.wang@mediatek.com>,
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>,
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
Subject: Re: [PATCH v1 07/13] dt-bindings: soc: mediatek: add ovl yaml for MT8189
Date: Mon, 20 Oct 2025 12:49:39 +0200 [thread overview]
Message-ID: <e22e4d18-a481-4332-8b99-ec8386023091@collabora.com> (raw)
In-Reply-To: <20251020074211.8942-8-xiandong.wang@mediatek.com>
Il 20/10/25 09:40, Xiandong Wang ha scritto:
> Add compatible string to support ovl for MT8189.
>
> Signed-off-by: Xiandong Wang <xiandong.wang@mediatek.com>
Please change the title and write a .. descriptive .. commit description.
dt-bindings: display: mediatek: ovl: Add compatible string for MT8189
Add a OVL compatible for the MT8189 SoC. This SoC's OVL IP is fully compatible
with the one found in MT819.. 5? 6? Which one?
Also do the same for all (well, most of, actually) of your bindings commits.
Cheers,
Angelo
> ---
> .../devicetree/bindings/display/mediatek/mediatek,ovl.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,ovl.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,ovl.yaml
> index 4f110635afb6..578e90d0e3b9 100644
> --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,ovl.yaml
> +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,ovl.yaml
> @@ -25,6 +25,7 @@ properties:
> - mediatek,mt2701-disp-ovl
> - mediatek,mt8173-disp-ovl
> - mediatek,mt8183-disp-ovl
> + - mediatek,mt8189-disp-ovl
> - mediatek,mt8192-disp-ovl
> - mediatek,mt8195-disp-ovl
> - mediatek,mt8195-mdp3-ovl
> @@ -44,6 +45,7 @@ properties:
> - const: mediatek,mt8192-disp-ovl
> - items:
> - const: mediatek,mt8188-disp-ovl
> + - const: mediatek,mt8189-disp-ovl
> - const: mediatek,mt8195-disp-ovl
> - items:
> - const: mediatek,mt8188-mdp3-ovl
next prev parent reply other threads:[~2025-10-20 10:49 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 " 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 ` [PATCH v1 06/13] dt-bindings: arm: mediatek: mmsys: add compatible " Xiandong Wang
2025-10-20 10:49 ` 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 [this message]
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=e22e4d18-a481-4332-8b99-ec8386023091@collabora.com \
--to=angelogioacchino.delregno@collabora.com \
--cc=Project_Global_Chrome_Upstream_Group@mediatek.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=xiandong.wang@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
all inboxes | Powered by JetHome®