]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: phy: dp83822: Configure RMII mode on DP83825 devices
authorErik Schumacher <erik.schumacher@iris-sensing.com>
Thu, 24 Oct 2024 13:24:23 +0000 (13:24 +0000)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 31 Oct 2024 14:42:58 +0000 (15:42 +0100)
commit9e114ec8084020e10e1cb7b43dbbf6e69940866b
tree87a785607db0452608adc22f80d70ab790cec4de
parent157a4881225bd0af5444aab9510e7b6da28f2469
net: phy: dp83822: Configure RMII mode on DP83825 devices

Like the DP83826, the DP83825 can also be configured as an RMII master or
slave via a control register. The existing function responsible for this
configuration is renamed to a general dp8382x function. The DP83825 only
supports RMII so nothing more needs to be configured.

With this change, the dp83822_driver list is reorganized according to the
device name.

Signed-off-by: Erik Schumacher <erik.schumacher@iris-sensing.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/aa62d081804f44b5af0e8de2372ae6bfe1affd34.camel@iris-sensing.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/phy/dp83822.c