]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: ti: k3-j722s-evm: Fix USB gpio-hog level for Type-C
authorSiddharth Vadapalli <s-vadapalli@ti.com>
Mon, 23 Jun 2025 10:06:57 +0000 (15:36 +0530)
committerVignesh Raghavendra <vigneshr@ti.com>
Thu, 26 Jun 2025 08:16:31 +0000 (13:46 +0530)
According to the "GPIO Expander Map / Table" section of the J722S EVM
Schematic within the Evaluation Module Design Files package [0], the
GPIO Pin P05 located on the GPIO Expander 1 (I2C0/0x23) has to be pulled
down to select the Type-C interface. Since commit under Fixes claims to
enable the Type-C interface, update the property within "p05-hog" from
"output-high" to "output-low", thereby switching from the Type-A
interface to the Type-C interface.

[0]: https://www.ti.com/lit/zip/sprr495

Cc: stable@vger.kernel.org
Fixes: 485705df5d5f ("arm64: dts: ti: k3-j722s: Enable PCIe and USB support on J722S-EVM")
Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Link: https://lore.kernel.org/r/20250623100657.4082031-1-s-vadapalli@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-j722s-evm.dts

index a47852fdca70c49fbd090194292a6b8c256c1f7d..d0533723412a8877802580ea27ef4efae0bf3a61 100644 (file)
                        /* P05 - USB2.0_MUX_SEL */
                        gpio-hog;
                        gpios = <5 GPIO_ACTIVE_LOW>;
-                       output-high;
+                       output-low;
                };
 
                p01_hog: p01-hog {