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: samsung,s6d7aa0: Document port Date: Mon, 09 Mar 2026 08:53:19 +1000 Message-ID: In-Reply-To: <20260306-dt-bindings-display-panel-clean-v1-1-3086eda1efaf@oss.qualcomm.com> References: <20260306-dt-bindings-display-panel-clean-v1-0-3086eda1efaf@oss.qualcomm.com> <20260306-dt-bindings-display-panel-clean-v1-1-3086eda1efaf@oss.qualcomm.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review This adds the missing `port: true` property and a corresponding example to `samsung,s6d7aa0.yaml`. The binding uses `additionalProperties: false` (line 54 post-patch), so `port: true` must be explicitly listed. The commit message includes the `dtbs_check` error being fixed: ``` qcom/msm8916-samsung-gt58.dtb: panel@0 (samsung,lsl080al03): 'port' does not match any of the regexes: '^pinctrl-[0-9]+$' ``` The `port: true` is correctly placed after the supply properties and before `required:`, and the example endpoint follows standard DT conventions. No issues. --- Generated by Claude Code Patch Reviewer