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-connector-fixup: show a warning when adding the overlay Date: Sun, 12 Apr 2026 13:37:35 +1000 Message-ID: In-Reply-To: <20260407-drm-lcdif-dbanc-v4-9-247a16e61ef9@bootlin.com> References: <20260407-drm-lcdif-dbanc-v4-0-247a16e61ef9@bootlin.com> <20260407-drm-lcdif-dbanc-v4-9-247a16e61ef9@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 Adds a `pr_warn()` and a detailed code comment: ```c + pr_warn("Please add a hdmi-connector DT node for imx8mp-hdmi-tx.\n"); ``` Good approach -- the warning nudges DT maintainers to add proper connector descriptions while the overlay provides backward compatibility. The comment is detailed and helpful. No issues. --- --- Generated by Claude Code Patch Reviewer