[PATCH 0/3] clk: Fix ETH initialization on i.MX6Q boards using CCF

Lukasz Majewski lukma at denx.de
Mon Feb 24 14:55:23 CET 2020


This short patch series fixes boards, which after the commit 673f6597321d
("net: fec_mxc: support i.MX8M with CLK_CCF") were required to support in
CCF 'ipg' (i.e. IMX6QDL_CLK_ENET) and 'ptp' (i.e. IMX6QDL_CLK_ENET_REF)
clocks during ETH initialization.
Lack of those clocks supported in CCF resulted in non-functional ETH.


Lukasz Majewski (3):
  clk: imx6: Add definition for IMX6QDL_CLK_ENET clock
  clk: imx: Add support for pllv3 enet clock
  clk: imx6: Add definition for IMX6QDL_CLK_ENET_REF clock

 drivers/clk/imx/clk-imx6q.c |  8 ++++++++
 drivers/clk/imx/clk-pllv3.c | 25 +++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

-- 
2.20.1



More information about the U-Boot mailing list