Skip to content

Commit ab5c264

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

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 one of the CPSW interface("eth1" by default) is not included
20+
as a built-in module in the kernel, and not getting probed during boot up. Therefore, the
21+
"eth1" interface 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)