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: panel: Align style of "true" properties Date: Mon, 09 Mar 2026 08:53:20 +1000 Message-ID: In-Reply-To: <20260306-dt-bindings-display-panel-clean-v1-5-3086eda1efaf@oss.qualcomm.com> References: <20260306-dt-bindings-display-panel-clean-v1-0-3086eda1efaf@oss.qualcomm.com> <20260306-dt-bindings-display-panel-clean-v1-5-3086eda1efaf@oss.qualcomm.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 Groups `": true"` property declarations together without blank line separat= ions, and alphabetically sorts them where applicable (e.g., `backlight`, `p= ort`, `reset-gpios`). Also moves some `": true"` properties that were scatt= ered between other property definitions to a consolidated block. For example in `mantix,mlaf057we51-x.yaml`, `port: true` was above `reg:` a= nd `reset-gpios: true` was separated =E2=80=94 the patch moves both to a cl= ean group: ```yaml backlight: true port: true reset-gpios: true ``` Pure cosmetic. The `himax,hx8394.yaml` change depends on patch 4 (which mov= ed `additionalProperties` in that file), so the ordering within the series = is correct. No issues. --- Generated by Claude Code Patch Reviewer