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: qcom,sm8750-mdss: Fix model typo Date: Fri, 27 Feb 2026 13:08:20 +1000 Message-ID: In-Reply-To: <20260225173419.125565-2-krzysztof.kozlowski@oss.qualcomm.com> References: <20260225173419.125565-2-krzysztof.kozlowski@oss.qualcomm.com> <20260225173419.125565-2-krzysztof.kozlowski@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 **Status: Good to go** The change is a one-line fix in the YAML description field: ```yaml - SM8650 MSM Mobile Display Subsystem(MDSS), which encapsulates sub-blocks like + SM8750 MSM Mobile Display Subsystem(MDSS), which encapsulates sub-blocks like ``` I verified against the kernel tree that: - The file title at line 7 already reads `title: Qualcomm SM8750 Display MDSS` - The `compatible` property at line 20 reads `const: qcom,sm8750-mdss` - Only the `description` field at line 13 had the stale "SM8650" reference This was clearly a copy-paste artifact from the SM8650 binding when the SM8750 binding was created. The fix is correct and complete. Reviewed-by tag warranted. No further changes needed. --- Generated by Claude Code Patch Reviewer