mbox series

[0/3] adin: add support for 125MHz clk-out

Message ID 20220410104626.11517-1-josua@solid-run.com (mailing list archive)
Headers show
Series adin: add support for 125MHz clk-out | expand

Message

Josua Mayer April 10, 2022, 10:46 a.m. UTC
This patch series adds support for enabling a 125MHz reference clock output
to the adin 1300 driver.
Finally this clock output is used to add support for SolidRun i.MX6 SoMs
revision 1.9 and later, which have replaced the original ethernet phy with an
adin 1300.

Josua Mayer (3):
  dt: adin: document clk-out property
  net: phy: adin: add support for 125MHz clk-out
  ARM: dts: imx6qdl-sr-som: update phy configuration for som revision
    1.9

 .../devicetree/bindings/net/adi,adin.yaml     |  5 ++++
 arch/arm/boot/dts/imx6qdl-sr-som.dtsi         |  6 ++++
 drivers/net/phy/adin.c                        | 30 +++++++++++++++++++
 3 files changed, 41 insertions(+)