commit | dcf5e1b40ffad81cdc7e4cae54c755c9e77b2999 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Fri Oct 25 09:48:02 2019 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Tue Nov 05 10:27:18 2019 +0100 |
tree | f82202fcd19e61875f1afd245e628ab1034151f9 | |
parent | 6dd84444c985b0b4be6d91d56df020c02f1c2336 [diff] |
net: fec_mxc: support i.MX8M with CLK_CCF Add more clks for fec_mxc according to Linux Kernel 5.4.0-rc1 drivers/net/ethernet/freescale/fec_main.c. Since i.MX8MQ not support CLK_CCF, so add a check to restrict the code only effect when CONFIG_IMX8M and CONFIG_CLK_CCF both defined. Reviewed-by: Frieder Schrempf <frieder.schrempf@kontron.de> Signed-off-by: Peng Fan <peng.fan@nxp.com>