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(-) -- 2.34.1