]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: ti: k3-am69-aquila-clover: Fix DP regulator enable GPIO
authorFranz Schnyder <franz.schnyder@toradex.com>
Mon, 2 Feb 2026 08:36:01 +0000 (09:36 +0100)
committerVignesh Raghavendra <vigneshr@ti.com>
Mon, 9 Mar 2026 03:49:41 +0000 (09:19 +0530)
Correct the DP regulator enable GPIO to index 21.
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.

Fixes: 9f748a6177e1 ("arm64: dts: ti: am69-aquila: Add Clover")
Cc: stable@vger.kernel.org
Signed-off-by: Franz Schnyder <franz.schnyder@toradex.com>
Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Link: https://patch.msgid.link/20260202083604.325060-3-fra.schnyder@gmail.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-am69-aquila-clover.dts

index ec8ff458771574c64597aa68616c9ab578021a17..dc0d3cf2f985d185d35120bd0c8520c0e8a3d1b5 100644 (file)
@@ -26,7 +26,7 @@
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_gpio_21_dp>;
                /* Aquila GPIO_21_DP (AQUILA B57) */
-               gpio = <&main_gpio0 37 GPIO_ACTIVE_HIGH>;
+               gpio = <&main_gpio0 21 GPIO_ACTIVE_HIGH>;
                enable-active-high;
                regulator-max-microvolt = <3300000>;
                regulator-min-microvolt = <3300000>;