clk: imx6: Add definition for IMX6QDL_CLK_ENET_REF clock
authorLukasz Majewski <lukma@denx.de>
Mon, 24 Feb 2020 13:55:26 +0000 (14:55 +0100)
committerLukasz Majewski <lukma@denx.de>
Mon, 24 Aug 2020 09:03:26 +0000 (11:03 +0200)
commit32f462ba3bf0c8794653e6ff92ca5cbec9856c54
treeb1d23a993209b05d139e3157cff152722e444c83
parent8d540ccb1128bac033eac77be997d28a1236d9f4
clk: imx6: Add definition for IMX6QDL_CLK_ENET_REF clock

After commit 673f6597321d ("net: fec_mxc: support i.MX8M with CLK_CCF") all
NXP boards, which are not IMX8 and in the same time are supporting CCF need
to provide PTP clock.

On the i.MX6Q this clock is provided with IMX6QDL_CLK_ENET_REF in the Linux
kernel's CCF.

Code in this change models the simplest case when enet reference clock is
generated from 'osc' clock.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
drivers/clk/imx/clk-imx6q.c