diff options
| author | Siddharth Vadapalli <[email protected]> | 2025-09-09 10:18:15 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-10-10 10:26:44 -0600 |
| commit | 0a71fe2805eb8c8b1ede9525a28810266b77bcd7 (patch) | |
| tree | e16d5f056bd6702c032803c82941e9c943e6bdaa | |
| parent | 361731fc39c3257c28efda902344270b7eb1fd4d (diff) | |
configs: j7200_evm_a72_defconfig: Enable DP83867 Ethernet PHY
The MCU Ethernet Interface on J7200-EVM uses the DP83867 Ethernet PHY as
described in the section '4.9 MCU Ethernet Interface' of the J7200-EVM
User-Guide [0]. Since the config corresponding to the DP83867 PHY has not
been enabled, the Generic PHY driver is used. As a result, the RGMII delays
do not take effect leading to packet losses.
Fix this by enabling the config for the DP83867 Ethernet PHY.
[0]: https://www.ti.com/lit/ug/spruiw7a/spruiw7a.pdf
Fixes: f8c1e893c82f ("configs: j7200_evm_a72: Add Initial support")
Signed-off-by: Siddharth Vadapalli <[email protected]>
| -rw-r--r-- | configs/j7200_evm_a72_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/j7200_evm_a72_defconfig b/configs/j7200_evm_a72_defconfig index c657b0166e0..51f0c4075c0 100644 --- a/configs/j7200_evm_a72_defconfig +++ b/configs/j7200_evm_a72_defconfig @@ -145,6 +145,7 @@ CONFIG_SPI_FLASH_MTD=y CONFIG_MULTIPLEXER=y CONFIG_SPL_MUX_MMIO=y CONFIG_MUX_MMIO=y +CONFIG_PHY_TI_DP83867=y CONFIG_PHY_TI_DP83869=y CONFIG_PHY_FIXED=y CONFIG_TI_AM65_CPSW_NUSS=y |
