Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(eqos): Use correct TX clock name #76

Closed
wants to merge 1 commit into from

Conversation

danielfullmer
Copy link

EqosDeviceDxe would fail to set the TX clock rate with the following output:

PhyLinkAdjustEmacConfig: Failed to set clock frequency Not Found

This prevented the network from working at 100Base-T or 10Base-T. (Tested on Xavier NX devkit). The clock name used in the device tree from NVIDIA's sources is "eqos_tx".

Signed-off-by: Daniel Fullmer dfullmer@anduril.com

EqosDeviceDxe would fail to set the TX clock rate with the following
output:

PhyLinkAdjustEmacConfig: Failed to set clock frequency Not Found

This prevented the network from working at 100Base-T or 10Base-T.
(Tested on Xavier NX devkit). The clock name used in the device tree
from NVIDIA's sources is "eqos_tx".

Signed-off-by: Daniel Fullmer <dfullmer@anduril.com>
@swatisrik
Copy link
Contributor

The suggested change makes it specific to Eqos and removes support for other hardware.
The change needs to check for which clock compat string is present and use that for programming

@jbrasen
Copy link
Contributor

jbrasen commented Oct 12, 2023

To clarify we will work on an updated patch and post it that handles both cases (as we have some device trees on platforms with different names) Thank you for pointing this out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants