[net-next,v1,0/3] add dts for yt8521 and yt8531s, add driver for yt8531

Message ID 20230105073024.8390-1-Frank.Sae@motor-comm.com
Headers
Series add dts for yt8521 and yt8531s, add driver for yt8531 |

Message

Frank Sae Jan. 5, 2023, 7:30 a.m. UTC
  Add dts support for yt8521 and yt8531s, add driver for yt8531. These patches have
been tested on our AM335x platform (motherboard) which has one RGMII interface.
It can connect to daughter boards like yt8531s or yt8521 board.
Passed all test cases.

Frank (3):
  dt-bindings: net: Add Motorcomm yt8xxx ethernet phy Driver bindings
  net: phy: Add dts support for Motorcomm yt8521/yt8531s gigabit
    ethernet phy
  net: phy: Add driver for Motorcomm yt8531 gigabit ethernet phy

 .../bindings/net/motorcomm,yt8xxx.yaml        | 180 +++++
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 MAINTAINERS                                   |   1 +
 drivers/net/phy/Kconfig                       |   2 +-
 drivers/net/phy/motorcomm.c                   | 638 +++++++++++++++---
 5 files changed, 740 insertions(+), 83 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/motorcomm,yt8xxx.yaml