Skip to content

Commit 592f397

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 592f397

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ 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 the eth1 CPSW interface for AM642-EVM) is
20+
not built into the kernel image. It is not available during early boot as
21+
a result, and must be brought up using the commands provided above.
22+
1523
.. rubric:: Get driver information
1624
:name: k3-ethtool-i-driver
1725

0 commit comments

Comments
 (0)