mbox series

[v5,net-next,0/2] make PHY output RMII reference clock

Message ID 20241010061944.266966-1-wei.fang@nxp.com (mailing list archive)
Headers show
Series make PHY output RMII reference clock | expand

Message

Wei Fang Oct. 10, 2024, 6:19 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,rmii-refclk-output" to support this feature. This property is only
available for PHYs which use nxp-c45-tja11xx driver, such as TJA1103,
TJA1104, TJA1120 and TJA1121.

---
v2 Link: https://lore.kernel.org/netdev/20240823-jersey-conducive-70863dd6fd27@spud/T/
v3 Link: https://lore.kernel.org/imx/20240826052700.232453-1-wei.fang@nxp.com/
v4 Link: https://lore.kernel.org/netdev/20241009151223.GA522364-robh@kernel.org/T/
---

Wei Fang (2):
  dt-bindings: net: tja11xx: add "nxp,rmii-refclk-out" property
  net: phy: c45-tja11xx: add support for outputting RMII reference clock

 .../devicetree/bindings/net/nxp,tja11xx.yaml  | 16 ++++++++++
 drivers/net/phy/nxp-c45-tja11xx.c             | 30 ++++++++++++++++++-
 drivers/net/phy/nxp-c45-tja11xx.h             |  1 +
 3 files changed, 46 insertions(+), 1 deletion(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 15, 2024, 9:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Thu, 10 Oct 2024 14:19:42 +0800 you wrote:
> 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,rmii-refclk-output" to support this feature. This property is only
> available for PHYs which use nxp-c45-tja11xx driver, such as TJA1103,
> TJA1104, TJA1120 and TJA1121.
> 
> 
> [...]

Here is the summary with links:
  - [v5,net-next,1/2] dt-bindings: net: tja11xx: add "nxp,rmii-refclk-out" property
    https://git.kernel.org/netdev/net-next/c/09277e4fc9a6
  - [v5,net-next,2/2] net: phy: c45-tja11xx: add support for outputting RMII reference clock
    https://git.kernel.org/netdev/net-next/c/6d8d89873ae0

You are awesome, thank you!