From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail11.truemail.it (mail11.truemail.it [217.194.8.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 770CF33A9CC; Mon, 2 Feb 2026 09:13:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.194.8.81 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770023590; cv=none; b=ZSTcdsByfzIKuIuUKwevel5oayIG9YpbdsxwyPUIzkulO9fCv3gaAQKPZtVXMh1czOsdILUAnpIB4CqN/SGg6uKdUga9baofw2r6isQK25/ZA9c/ZYM2KRd327e4NnycV9F1e8RwbX57SN7bXKpg6gImZ4VdxPGd0Y7xrD1oqes= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770023590; c=relaxed/simple; bh=Beuvh4Hl+zQIZCRt4z/cKr7A0eni4D+bGBEvsmBxeS4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=mQf/XiOLerzO01nPQMK5a1nWsa74LIzADnbrJuk2wsWwA7DqQdc3dsBjY/tb3K6DoUTOa/0ghCOu4ufpK9KCjeASWQVUK2F72QWMyTEiQOb2d23N53tF60FCjD+lvz50nUEaxo9Ax7tIL2iMZjkSc6EZ2oaLCpou/8cqV3wnRxo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=dolcini.it; spf=pass smtp.mailfrom=dolcini.it; dkim=pass (2048-bit key) header.d=dolcini.it header.i=@dolcini.it header.b=pPwsAU1q; arc=none smtp.client-ip=217.194.8.81 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=dolcini.it Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=dolcini.it Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=dolcini.it header.i=@dolcini.it header.b="pPwsAU1q" Received: from francesco-nb (248.201.173.83.static.wline.lns.sme.cust.swisscom.ch [83.173.201.248]) by mail11.truemail.it (Postfix) with ESMTPA id F1C9D1FB6B; Mon, 2 Feb 2026 10:12:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dolcini.it; s=default; t=1770023578; bh=5hX0PUbR+lxT7TRXS9Chm/elfU2/u8o9ggL96ibrGPc=; h=From:To:Subject; b=pPwsAU1qo9g6dq8d9QhFWcYNw5d8dY9JrAN7vBF3aVS0GevnJFM+aAVmUk0iCOaSi Bm9C9iwSA7LR9mIuGda7Yvr/t62k8sg+V/8YuySnSxDZqhobVFweSMOHPypOBewE6G Y7eEGLYZO60nrwtyrtKNk8eGTgrM2Em0EFGFXQsCCNDcAuIjKRJgT99U8MczTibYKb 8EKe5AV5U90SsbUjoAw+8qbOvYxhKPhNQzhzVmjTChjzEJj/i1PzTt9kfe65fXYiLv eDZQ2s9zxKGKNEgUa3aooVFBPLj2Iu0CcbSoseZ6LZYYPQVNgw+pO8NoU7iLDn/Obo Hjk/f3xbNaYKA== Date: Mon, 2 Feb 2026 10:12:54 +0100 From: Francesco Dolcini To: Franz Schnyder Cc: Nishanth Menon , Vignesh Raghavendra , Tero Kristo , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Franz Schnyder , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 0/2] arm64: dts: ti: k3-am69-aquila: Fix DP enable GPIO Message-ID: <20260202091254.GA33026@francesco-nb> References: <20260202083604.325060-1-fra.schnyder@gmail.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260202083604.325060-1-fra.schnyder@gmail.com> On Mon, Feb 02, 2026 at 09:35:59AM +0100, Franz Schnyder wrote: > From: Franz Schnyder > > Correct the DP regulator enable GPIO to index 21 on Clover and Dev board. > The 3.3V DP regulator was not being enabled by the assigned GPIO, as it > is routed to GPIO index 21 and not 37, which was causing instability > with displays connected over DP or via an active DP-to-HDMI adapter. Reviewed-by: Francesco Dolcini