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: arm, komeda: add Arm China Linlon D6 compatible Date: Thu, 12 Mar 2026 07:17:47 +1000 Message-ID: In-Reply-To: <20260311055506.12023-3-cunyuan.liu@cixtech.com> References: <20260311055506.12023-1-cunyuan.liu@cixtech.com> <20260311055506.12023-3-cunyuan.liu@cixtech.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Patch Review Adds a new compatible pair to the `arm,komeda.yaml` binding: ```yaml - items: - const: armchina,linlon-d6 - const: arm,mali-d71 ``` This correctly follows the existing pattern used for `arm,mali-d32` (vendor= -specific compatible with `arm,mali-d71` fallback). Placement is correct = =E2=80=94 it is added after the `mali-d32` entry and before the standalone = `arm,mali-d71` entry within the `oneOf`. **Minor nit:** The subject line in the email headers has an odd line break:= `"arm,\n komeda: add Arm China..."`. This is likely a `git-send-email` wra= pping issue =E2=80=94 not a code problem, but worth fixing in a resend for = cleaner `git log` output. No functional issues. --- Generated by Claude Code Patch Reviewer