]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'dp83826'
authorDavid S. Miller <davem@davemloft.net>
Mon, 26 Feb 2024 11:38:45 +0000 (11:38 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 26 Feb 2024 11:38:45 +0000 (11:38 +0000)
commit5f6000aa24b939a8853dbc76642ba3cd12765bd8
tree6906d8e4abe80ffc382ae116badc7c9f9c3a8bc0
parenta7f08029e2e84ecafbfff50fcff976fafee72799
parent2844a0d7cffe0567d1d3d18be227542bd1f15d2e
Merge branch 'dp83826'

Jérémie Dautheribes says:

====================
Add support for TI DP83826 configuration

This short patch series introduces the possibility of overriding
some parameters which are latched by default by hardware straps on the
TI DP83826 PHY.

The settings that can be overridden include:
  - Configuring the PHY in either MII mode or RMII mode.
  - When in RMII mode, configuring the PHY in RMII slave mode or RMII
  master mode.

The RMII master/slave mode is TI-specific and determines whether the PHY
operates from a 25MHz reference clock (master mode) or from a 50MHz
reference clock (slave mode).

While these features should be supported by all the TI DP8382x family,
I have only been able to test them on TI DP83826 hardware.  Therefore,
support has been added specifically for this PHY in this patch series.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>