This patch set adds supports for i.MX8MQ and i.MX8QM, both of them extend new features. ChangeLogs: V1->V2: * rebase on schema binding, and update dts compatible string. * use generic ethernet controller property for MAC internal RGMII clock delay rx-internal-delay-ps and tx-internal-delay-ps Fugang Duan (3): net: fec: add imx8mq and imx8qm new versions support net: fec: add eee mode tx lpi support net: fec: add MAC internal delayed clock feature support Joakim Zhang (4): dt-bindings: net: fsl,fec: update compatible items dt-bindings: net: fsl,fec: add RGMII internal clock delay arm64: dts: imx8m: add "fsl,imx8mq-fec" compatible string for FEC arm64: dts: imx8qxp: add "fsl,imx8qm-fec" compatible string for FEC .../devicetree/bindings/net/fsl,fec.yaml | 27 ++++ arch/arm64/boot/dts/freescale/imx8mm.dtsi | 2 +- arch/arm64/boot/dts/freescale/imx8mn.dtsi | 2 +- .../boot/dts/freescale/imx8qxp-ss-conn.dtsi | 4 +- drivers/net/ethernet/freescale/fec.h | 25 +++ drivers/net/ethernet/freescale/fec_main.c | 146 ++++++++++++++++++ 6 files changed, 202 insertions(+), 4 deletions(-) -- 2.17.1