Xavier industrial module link 3 microchip lan7430 issue

hi, we extended 3 netcard (microchip lan7430), one link to C1 UPHY_RX0/TX0 X1 mode, another link to C3 UPHY_RX3/TX3 X1 mode, third is link to C4 UPHY_RX8/TX8 X2 mode, add lan7430 origin drivers to kernel. Flash to Xavier industrial module on the my board, UPHY_RX0/TX0 and UPHY_RX3/TX3 netcard is ok, but C4 UPHY_RX8/TX8 netcard failed to identify. pls help check pcie UPHY config guide. tks

lspci results:

Hi, are you testing on devkit or custom board? Did you check the Design Guide for the possible lane mapping of PCIe? Please do that first and confirm your configuration does not violate the DG.

open pcie c4, is ok

C4 by default is not enabled because devkit does not use it. Please enable pcie controller 14160000 in your device tree first.

pcie@14160000
{
 					num-lanes = <2>;
#if TEGRA_PCIE_VERSION >= DT_VERSION_2
 					phys = <&p2u_hsio_8>, <&p2u_hsio_9>;
 					phy-names = "p2u-0", "p2u-1";
 #else
 					phys = <&p2u_8>, <&p2u_9>;
 					phy-names = "pcie-p2u-0", "pcie-p2u-1";
#endif
 				};

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.