From: Claude Code Review Bot <claude-review@example.com>
To: dri-devel-reviews@example.com
Subject: Claude review: arm64: dts: mediatek: mt8167: Add DRM nodes
Date: Tue, 24 Feb 2026 10:06:13 +1000 [thread overview]
Message-ID: <review-patch4-36762766bc2b6629eefc5f1adb5e98555df1f34b.1771863641.git.l.scorcia@gmail.com> (raw)
In-Reply-To: <36762766bc2b6629eefc5f1adb5e98555df1f34b.1771863641.git.l.scorcia@gmail.com>
Patch Review
This is the main DTS patch adding all display-related nodes. The display pipeline is correctly wired:
> + mmsys_main: endpoint@0 {
> + reg = <0>;
> + remote-endpoint = <&ovl0_in>;
> + };
through to:
> + port@0 {
> + reg = <0>;
> + dsi_in: endpoint {
> + remote-endpoint = <&rdma0_out>;
> + };
> + };
This pipeline (mmsys -> OVL0 -> COLOR -> CCORR -> AAL -> GAMMA -> DITHER -> RDMA0 -> DSI) matches the `mt8167_mtk_ddp_main` array already in `mtk_drm_drv.c`. The ext path (mmsys endpoint@1 -> rdma1) is also present with rdma1 set to `status = "disabled"`.
The new nodes are correctly ordered by MMIO address, maintaining the ordering established in patch 1. The `mmsys` node appropriately gains a `power-domains` property. All blocks that need it have `iommus`, `power-domains`, `clocks`, and `interrupts` properties. The `dsi` and `mipi_tx` nodes are both `status = "disabled"` by default, to be enabled per board. Already has a Reviewed-by from AngeloGioacchino Del Regno.
---
Generated by Claude Code Patch Reviewer
next prev parent reply other threads:[~2026-02-24 0:06 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-23 16:22 [PATCH v3 0/6] Add support for mt8167 display blocks Luca Leonardo Scorcia
2026-02-23 16:22 ` [PATCH v3 1/6] arm64: dts: mt8167: Reorder nodes according to mmio address Luca Leonardo Scorcia
2026-02-24 0:06 ` Claude review: " Claude Code Review Bot
2026-02-23 16:22 ` [PATCH v3 2/6] dt-bindings: display: mediatek: Add compatibles for MediaTek mt8167 Luca Leonardo Scorcia
2026-02-24 0:06 ` Claude review: " Claude Code Review Bot
2026-02-23 16:22 ` [PATCH v3 3/6] dt-bindings: phy: mediatek, dsi-phy: Add support for mt8167 Luca Leonardo Scorcia
2026-02-24 0:06 ` Claude review: " Claude Code Review Bot
2026-02-23 16:22 ` [PATCH v3 4/6] arm64: dts: mediatek: mt8167: Add DRM nodes Luca Leonardo Scorcia
2026-02-24 0:06 ` Claude Code Review Bot [this message]
2026-02-23 16:22 ` [PATCH v3 5/6] drm/mediatek: dsi: Add compatible for mt8167-dsi Luca Leonardo Scorcia
2026-02-23 16:39 ` AngeloGioacchino Del Regno
2026-02-24 0:06 ` Claude review: " Claude Code Review Bot
2026-02-23 16:22 ` [PATCH v3 6/6] gpu: drm: mediatek: ovl: add specific entry for mt8167 Luca Leonardo Scorcia
2026-02-24 0:06 ` Claude review: " Claude Code Review Bot
2026-02-24 0:06 ` Claude review: Add support for mt8167 display blocks Claude Code Review Bot
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=review-patch4-36762766bc2b6629eefc5f1adb5e98555df1f34b.1771863641.git.l.scorcia@gmail.com \
--to=claude-review@example.com \
--cc=dri-devel-reviews@example.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