hello:
How do I configure DM8168's GMII port can be set to NO PYH mode
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.
hello:
How do I configure DM8168's GMII port can be set to NO PYH mode
Zengxing Yuan
You can configure DM8168 in no pby mode by setting priv->speed to 1 in driver/net/davinci_emac.c probe.
with regards
Mugunthan V N
Hi zengxing yuan,
while building uboot for your board, In the config file which is found in include/configs/ <your_board>.h in here if your board uses DRIVER_TI_EMAC you will find
#define CONFIG_DRIVER_TI_EMAC make it as
#undef CONFIG_DRIVER_TI_EMAC and then build your uboot and flash it.
later you will find no phy's detected.
Regards,
--Prabhakar Lad