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.

DP83826I: U-Boot driver

Part Number: DP83826I

Hi Team,

Do we have a U-boot driver for DP83826? If yes, where can we download the driver?

Regards,

Danilo

  • Hi Danilo,

    We do not have u-boot drivers for DP83826. The DP83826 u-boot implementation uses the generic PHY u-boot framework and just registers the PHY's uid and name. The callbacks are to the genphy_* basic calls. You need to enable CONFIG_PHY_TI_GENERIC in your config file to register the name. Otherwise, the PHY will come up as Generic by name.

    Regards,

    Adrian Kam