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: imx95: Add Neutron node Date: Fri, 27 Feb 2026 12:10:09 +1000 Message-ID: In-Reply-To: <20260226-neutron-v1-9-46eccb3bb50a@nxp.com> References: <20260226-neutron-v1-0-46eccb3bb50a@nxp.com> <20260226-neutron-v1-9-46eccb3bb50a@nxp.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review The DTS node is missing `status = "disabled"`. SoC-level dtsi files typically define peripherals as disabled, with board-level dts files enabling them where the hardware is actually present/used. The `reserved-memory` node placement needs care -- if `imx95.dtsi` already has a `reserved-memory` node, this will create a duplicate. It would be better to check whether the dtsi already defines one and merge into it if so. --- Generated by Claude Code Patch Reviewer