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: arm-smmu: Update the description for Kaanapali GPU SMMU Date: Sat, 16 May 2026 14:35:12 +1000 Message-ID: In-Reply-To: <20260512-kaana-gpu-dt-v1-1-13e1c07c2050@oss.qualcomm.com> References: <20260512-kaana-gpu-dt-v1-0-13e1c07c2050@oss.qualcomm.com> <20260512-kaana-gpu-dt-v1-1-13e1c07c2050@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: Looks good** This adds `qcom,kaanapali-smmu-500` to the enum list in the `if/then` block that specifies the "hlos" clock configuration. The entry is inserted in correct alphabetical order between `qcom,glymur-smmu-500` and `qcom,sm8750-smmu-500`. ``` - enum: - qcom,glymur-smmu-500 + - qcom,kaanapali-smmu-500 - qcom,sm8750-smmu-500 ``` This correctly reuses the same clock description pattern as Glymur and SM8750, which all use a single "hlos" vote clock. No issues. --- --- Generated by Claude Code Patch Reviewer