mbox series

[0/3] Add support for VSC8531_02 PHY and DT RGMII tuning

Message ID 20210629094038.18610-1-harini.katakam@xilinx.com (mailing list archive)
Headers show
Series Add support for VSC8531_02 PHY and DT RGMII tuning | expand

Message

Harini Katakam June 29, 2021, 9:40 a.m. UTC
Add support for VSC8531_02 PHY ID.
Also provide an option to tune RGMII delay value via devicetree.
The default delays are retained in the driver.

Harini Katakam (3):
  include: dt-bindings: Add mscc-vsc8531 RGMII clock delay definitions
  dt-bindings: mscc: Add RGMII RX and TX delay tuning
  phy: mscc: Add support for VSC8531_02 with RGMII tuning

 .../bindings/net/mscc-phy-vsc8531.txt         |  9 +++-
 drivers/net/phy/mscc/mscc.h                   |  3 ++
 drivers/net/phy/mscc/mscc_main.c              | 41 ++++++++++++++++++-
 include/dt-bindings/net/mscc-phy-vsc8531.h    |  9 ++++
 4 files changed, 59 insertions(+), 3 deletions(-)