From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: dt-bindings: display: renesas, rzg2l-du: Refuse port@1 for RZ/G2UL Date: Sat, 16 May 2026 13:13:41 +1000 Message-ID: In-Reply-To: <20260512144104.761531-2-prabhakar.mahadev-lad.rj@bp.renesas.com> References: <20260512144104.761531-1-prabhakar.mahadev-lad.rj@bp.renesas.com> <20260512144104.761531-2-prabhakar.mahadev-lad.rj@bp.renesas.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review **Status: Looks good.** This is a simple and correct binding constraint. RZ/G2UL only has a single DPI output (port@0), and this patch adds `port@1: false` to explicitly reject a second port in the DT: ```yaml port@0: description: DPI + port@1: false ``` This mirrors the existing pattern used for RZ/V2H(P) (`r9a09g057-du`) which already has `port@1: false` at line 136 of the current binding. Consistent and correct. Has Reviewed-by from Laurent Pinchart. --- Generated by Claude Code Patch Reviewer