From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: arm64: dts: qcom: sc8280xp-arcata: add USB-C orientation GPIOs Date: Mon, 25 May 2026 21:20:09 +1000 Message-ID: In-Reply-To: <20260520-surface-sp9-5g-for-next-v1-4-9df52552bf87@gmail.com> References: <20260520-surface-sp9-5g-for-next-v1-0-9df52552bf87@gmail.com> <20260520-surface-sp9-5g-for-next-v1-4-9df52552bf87@gmail.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review **No issues.** Adds `orientation-gpios` with the same GPIOs (166, 49) used by the X13s, which makes sense given the shared sc8280xp SoC and similar board designs: ``` orientation-gpios = <&tlmm 166 GPIO_ACTIVE_HIGH>, <&tlmm 49 GPIO_ACTIVE_HIGH>; ``` This allows detecting USB-C orientation without relying on alt mode notifications. --- Generated by Claude Code Patch Reviewer