commit | a9521ea0beee2a9eaef268617ec0f4d3615e789b | [log] [tgz] |
---|---|---|
author | Nate Drude <nate.d@variscite.com> | Fri Apr 08 11:28:14 2022 -0500 |
committer | Ramon Fried <ramon@neureality.ai> | Sun Apr 10 08:44:13 2022 +0300 |
tree | 9d0fe45093c5123e61558588981ecf6dc7816648 | |
parent | 2db9dae80d64a5c5f0c18a57450809921c14c430 [diff] |
phy: adin: add driver for Analog Devices ADIN1300 PHY The current implementation configures RGMII using device tree phy-mode property and then calls genphy_config adin_config_rgmii_mode is derived from: https://github.com/varigit/linux-imx/blob/lf-5.10.y_var04/drivers/net/phy/adin.c#L218-L262 Signed-off-by: Nate Drude <nate.d@variscite.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>