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/bridge: imx8mp-hdmi-tx: switch to DRM_BRIDGE_ATTACH_NO_CONNECTOR Date: Tue, 31 Mar 2026 16:54:45 +1000 Message-ID: In-Reply-To: <20260330-drm-lcdif-dbanc-v2-9-c7f2af536a24@bootlin.com> References: <20260330-drm-lcdif-dbanc-v2-0-c7f2af536a24@bootlin.com> <20260330-drm-lcdif-dbanc-v2-9-c7f2af536a24@bootlin.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review A one-liner: ```c plat_data->output_port = 1; ``` This is the key change that switches from legacy mode (case A) to the modern mode (case B). Depends entirely on patches 7 and 8 being correct. The change itself is trivial and correct. --- Generated by Claude Code Patch Reviewer