Skip to content

Commit 532e96e

Browse files
hrushikesh221praneethbajjuri
authored andcommitted
docs(linux): J721E: Fix the documentation for USB
Currently same USB documentation is used for all the J7 family devices. But this documentation is only valid for J721E EVM. Fix that by making documentation specific to the J721E EVM. Signed-off-by: Hrushikesh Salunke <[email protected]>
1 parent 4ba1b6c commit 532e96e

File tree

1 file changed

+2
-1
lines changed
  • source/linux/Foundational_Components/Kernel/Kernel_Drivers/USB

1 file changed

+2
-1
lines changed

source/linux/Foundational_Components/Kernel/Kernel_Drivers/USB/CDNS3.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The USB subsystem is integrated in TI |__PART_FAMILY_DEVICE_NAMES__| devices.
1919
EVM
2020
***
2121

22-
.. ifconfig:: CONFIG_part_family in ('J7_family')
22+
.. ifconfig:: CONFIG_part_variant in ('J721E')
2323

2424
The following diagram depicts USB integration in J721E EVM.
2525

@@ -29,6 +29,7 @@ EVM
2929
a Type-C connector.
3030

3131
.. note::
32+
3233
The Type-C config DIP switch (SW3) must be set for DRP (Dual-role-Port)
3334
operation. SW3.3 = OFF, SW3.4 = ON.
3435

0 commit comments

Comments
 (0)