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: rockchip: analogix-dp: Add per-clock descriptions Date: Mon, 25 May 2026 20:40:12 +1000 Message-ID: In-Reply-To: <20260521080835.1362416-3-damon.ding@rock-chips.com> References: <20260521080835.1362416-1-damon.ding@rock-chips.com> <20260521080835.1362416-3-damon.ding@rock-chips.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Straightforward improvement. Replacing `maxItems: 3` with explicit `items:` descriptions provides better documentation while maintaining the same constraint (3 items with `minItems: 2`). ```yaml + items: + - description: Reference clock + - description: APB bus clock + - description: GRF or AHB bus clock ``` The third item description "GRF or AHB bus clock" accurately reflects that it can be either `grf` (RK3399) or `hclk` (RK3588/RK3576). No issues. --- Generated by Claude Code Patch Reviewer