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 support for RK3576 Date: Tue, 26 May 2026 07:34:41 +1000 Message-ID: In-Reply-To: <20260525082033.117569-7-damon.ding@rock-chips.com> References: <20260525082033.117569-1-damon.ding@rock-chips.com> <20260525082033.117569-7-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 Adds `rockchip,rk3576-edp` to the compatible enum and to the same `allOf` block as RK3588 for clock and reset constraints: ```yaml + - rockchip,rk3576-edp ``` ```yaml + - rockchip,rk3576-edp - rockchip,rk3588-edp ``` This shares the RK3588 constraints (3 clocks, 2 resets) for RK3576, which is consistent with the DTS in patch 7. No issues. --- Generated by Claude Code Patch Reviewer