Skip to content

Commit 11b6d84

Browse files
committed
docs(linux): AM64x: Update CPSW documentation
CPSW interface associated with DP83869 PHY in AM642-EVM needs to be brought up manually. Update the documentation to mention the same. Signed-off-by: Chintan Vankar <[email protected]>
1 parent 4fe1623 commit 11b6d84

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/_K3-CPSW-common.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ The network interface can be configured automatically depending on root file sys
1212
1313
ifconfig eth0 <ip> netmask <mask> up
1414
15+
.. ifconfig:: CONFIG_part_variant in ('AM64X')
16+
17+
.. note::
18+
19+
The DP83869 PHY associated with one of the CPSW interface("eth1" by default) for AM642-EVM or
20+
any board in general, does not have it's driver as a built-in module in the kernel, and not
21+
getting probed during boot up. Therefore, the "eth1" interface must be brought up using the
22+
commands provided above.
23+
1524
.. rubric:: Get driver information
1625
:name: k3-ethtool-i-driver
1726

0 commit comments

Comments
 (0)