This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: [TDA4] Do we have ksx9031 complete software configure guide on u-boot & linux kernel for CPSW2G

Part Number: TDA4VM

Hi, Expert :a

as titile description.

This is hardware reference for ksz9031:

https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1036342/dp83867ir-documentation-for-moving-from-microchip-ksz9031-to-ti?tisearch=e2e-sitesearch&keymatch=ksz9031#

follow this thread

as titile description

Do we have ksx9031 complete software configure guide on u-boot & linux kernel for cpsw2g?

context may include :

1. how to modify device tree in u-boot or linux kernel

2. menuconfig in u-boot or kernel

and so on ...

Thsnks very much!

Gibbs

  • Hi Gibbs,

    Sorry for the delay in response.

    As far as a phy is concerned, the only things which should to be changed is the phy node present inside the MDIO node of CPSW2G node and bus frequency property of the same MDIO node. For reference for ksz9031 phy, see [PSDK-LINUX-INSTALL-PATH]/Documentation/devicetree/bindings/net/micrel-ksz90x1.txt. In general, the references for phy is present in [PSDK-LINUX-INSTALL-PATH]/Documentation/devicetree/bindings/net folder for multiple vendors and their products.

    In config, make sure to enable CONFIG_MICREL_PHY and CONFIG_NET_VENDOR_MICREL by setting it to "y".

    Regards,
    Tanmay

  • I solve this problems 2 weeks ago, thanks your reply very much