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: msm: Document DSI controller and DSI PHY on SC8280XP Date: Tue, 03 Mar 2026 14:16:43 +1000 Message-ID: In-Reply-To: <20260228141715.35307-4-mitltlatltl@gmail.com> References: <20260228141715.35307-1-mitltlatltl@gmail.com> <20260228141715.35307-4-mitltlatltl@gmail.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.** Adds `patternProperties` entries for DSI controller and PHY nodes in the SC8280XP MDSS binding schema, plus example port entries for INTF1 and INTF2 endpoints connecting to DSI0 and DSI1. The schema additions are straightforward and follow existing patterns. ```yaml + "^dsi@[0-9a-f]+$": + type: object + additionalProperties: true + properties: + compatible: + contains: + const: qcom,sc8280xp-dsi-ctrl ``` No issues. --- --- Generated by Claude Code Patch Reviewer