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: Fix top USB-C DP alt mode Date: Mon, 25 May 2026 21:20:09 +1000 Message-ID: In-Reply-To: <20260520-surface-sp9-5g-for-next-v1-5-9df52552bf87@gmail.com> References: <20260520-surface-sp9-5g-for-next-v1-0-9df52552bf87@gmail.com> <20260520-surface-sp9-5g-for-next-v1-5-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.** Changes the SBU mux enable GPIO from 101 to 100 for the top USB-C port, fixing DP alt mode on this port. The investigation reference and Cc to Jens who found the fix on the related blackrock board are appreciated. The Fixes: tag is correct. Both the `enable-gpios` and the corresponding pinctrl are updated consistently: ```diff - enable-gpios = <&tlmm 101 GPIO_ACTIVE_LOW>; + enable-gpios = <&tlmm 100 GPIO_ACTIVE_LOW>; ``` ```diff - pins = "gpio101"; + pins = "gpio100"; ``` --- Generated by Claude Code Patch Reviewer