commit | 8252da0f23d1fa4709d9aaa0592ac1c3c68fdeea | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Mon Feb 24 14:55:26 2020 +0100 |
committer | Lukasz Majewski <lukma@denx.de> | Mon Aug 24 11:03:26 2020 +0200 |
tree | b1d23a993209b05d139e3157cff152722e444c83 | |
parent | b0f278b864c312049d6946d303cd59ded9d4512d [diff] |
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>