mbox series

[v2,net-next,0/3] add "nxp,phy-output-refclk" to instead of "nxp,rmii-refclk-in"

Message ID 20240822013721.203161-1-wei.fang@nxp.com (mailing list archive)
Headers show
Series add "nxp,phy-output-refclk" to instead of "nxp,rmii-refclk-in" | expand

Message

Wei Fang Aug. 22, 2024, 1:37 a.m. UTC
The TJA11xx PHYs have the capability to provide 50MHz reference clock
in RMII mode and output on REF_CLK pin. Therefore, add the new property
"nxp,phy-output-refclk" to support this feature.

Wei Fang (3):
  dt-bindings: net: tja11xx: use phy-output-refclk to instead of
    rmii-refclk-in
  net: phy: tja11xx: replace "nxp,rmii-refclk-in" with
    "nxp,phy-output-refclk"
  net: phy: c45-tja11xx: add support for outputing RMII reference clock

 .../devicetree/bindings/net/nxp,tja11xx.yaml  | 18 ++----------
 drivers/net/phy/nxp-c45-tja11xx.c             | 29 +++++++++++++++++--
 drivers/net/phy/nxp-c45-tja11xx.h             |  1 +
 drivers/net/phy/nxp-tja11xx.c                 | 13 ++++-----
 4 files changed, 37 insertions(+), 24 deletions(-)