mbox series

[0/2] ARM: imx: imx6sx: Add support for TX clock controls

Message ID 20230711150808.18714-1-vesa.jaaskelainen@vaisala.com (mailing list archive)
Headers show
Series ARM: imx: imx6sx: Add support for TX clock controls | expand

Message

Vesa Jääskeläinen July 11, 2023, 3:08 p.m. UTC
Add device tree configuration support whether Ethernet controller's
ENETx_TX_CLK output driver is enabled.

Also add device tree configuration support whether Ethernet controller's
ENETx_TX_CLK pin is used as reference clock for Ethernet. If not defined
then ref_enetpllx is used as reference clock.

If the new properties are not present then the existing behavior is
preserved.

Vesa Jääskeläinen (2):
  dt-bindings: net: fsl,fec: Add TX clock controls
  ARM: imx: imx6sx: Add support for TX clock controls

 .../devicetree/bindings/net/fsl,fec.yaml      | 15 +++++++++++
 arch/arm/mach-imx/mach-imx6sx.c               | 27 +++++++++++++++++--
 2 files changed, 40 insertions(+), 2 deletions(-)