From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: arm64: dts: rockchip: Add eDP node for RK3576 Date: Tue, 26 May 2026 07:12:13 +1000 Message-ID: In-Reply-To: <20260525125331.140059-8-damon.ding@rock-chips.com> References: <20260525125331.140059-1-damon.ding@rock-chips.com> <20260525125331.140059-8-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 Complete and well-formed DTS node. Uses `HCLK_VO0_ROOT` (vs RK3588's `HCLK_VO1`) which is expected given the different VO block topology. Node is correctly `status = "disabled"`. Ports structure is standard. ```dts + edp: edp@27dc0000 { + compatible = "rockchip,rk3576-edp"; + reg = <0x0 0x27dc0000 0x0 0x1000>; + clocks = <&cru CLK_EDP0_24M>, <&cru PCLK_EDP0>, <&cru HCLK_VO0_ROOT>; + clock-names = "dp", "pclk", "hclk"; ``` No issues. --- Generated by Claude Code Patch Reviewer