From: Peng Fan <peng.fan@xxxxxxx> Patchset based on https://lists.infradead.org/pipermail/linux-arm-kernel/2021-November/697704.html This patchset is to enable FEC for i.MX8ULP-EVK Patch 1 is simplify ymal Patch 2 is add dt-bindings Patch 3 is add fec node Patch 4 is enable fec Peng Fan (4): dt-bindings: net: fec: simplify yaml dt-bindings: net: fec: Add imx8ulp compatible string arm64: dts: imx8ulp: add fec node arm64: dts: imx8ulp-evk: enable fec .../devicetree/bindings/net/fsl,fec.yaml | 12 +++---- arch/arm64/boot/dts/freescale/imx8ulp-evk.dts | 34 +++++++++++++++++++ arch/arm64/boot/dts/freescale/imx8ulp.dtsi | 18 ++++++++++ 3 files changed, 58 insertions(+), 6 deletions(-) -- 2.25.1