mbox series

[net-next,0/2] add interface mode select and RMII

Message ID 20220819074729.1496088-1-wei.fang@nxp.com (mailing list archive)
Headers show
Series add interface mode select and RMII | expand

Message

Wei Fang Aug. 19, 2022, 7:47 a.m. UTC
From: Wei Fang <wei.fang@nxp.com>

The patches add the below feature support for both TJA1100 and
TJA1101 PHYs cards:
- Add MII and RMII mode support.
- Add REF_CLK input/output support for RMII mode.

Wei Fang (2):
  dt-bindings: net: tja11xx: add nxp,refclk_in property
  net: phy: tja11xx: add interface mode and RMII REF_CLK support

 .../devicetree/bindings/net/nxp,tja11xx.yaml  | 17 ++++
 drivers/net/phy/nxp-tja11xx.c                 | 83 +++++++++++++++++--
 2 files changed, 95 insertions(+), 5 deletions(-)