From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: drm/mediatek: dsi: Add compatible for mt8167-dsi Date: Tue, 24 Feb 2026 10:06:13 +1000 Message-ID: In-Reply-To: <2fbf179c03c61f527e2583f9df4f97f6aaf3297a.1771863641.git.l.scorcia@gmail.com> References: <2fbf179c03c61f527e2583f9df4f97f6aaf3297a.1771863641.git.l.scorcia@gmail.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review No issues found. Adds a one-line compatible entry mapping `mediatek,mt8167-dsi` to the existing `mt2701_dsi_driver_data`, consistent with the commit message stating the mt8167 DSI controller is fully compatible with mt2701. The binding for `mt8167-dsi` already exists in the tree as a standalone compatible (not requiring a fallback), so this driver entry is the correct approach. > + { .compatible = "mediatek,mt8167-dsi", .data = &mt2701_dsi_driver_data }, Reviewed-by from AngeloGioacchino Del Regno was given in-thread. --- Generated by Claude Code Patch Reviewer