Skip to content

Commit 818f281

Browse files
Siddharth-Vadapalli-at-TIjfvogel
authored andcommitted
arm64: dts: ti: k3-j722s-evm: Fix USB gpio-hog level for Type-C
[ Upstream commit 65ba2a6e77e9e5c843a591055789050e77b5c65e ] 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: 485705d ("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> Signed-off-by: Sasha Levin <sashal@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> (cherry picked from commit 231d783e0cf0c351ace2c98f3e1d2e541a6f0bb7) Signed-off-by: Jack Vogel <jack.vogel@oracle.com>
1 parent ebc8240 commit 818f281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/ti/k3-j722s-evm.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@
496496
/* P05 - USB2.0_MUX_SEL */
497497
gpio-hog;
498498
gpios = <5 GPIO_ACTIVE_LOW>;
499-
output-high;
499+
output-low;
500500
};
501501

502502
p01_hog: p01-hog {

0 commit comments

Comments
 (0)