There's enet clock incorrect setting issue in upstream kernel which will cause kernel boot hanged on mouting NFS rootfs due to enet can't work properly if using latest nxp flash.bin. (Using old nxp flash.bin (e.g. 4.14 release), don't have this issue cause bootloader did some tricks.) This patchset aims to fix it. The two patches has no build dependence and can be appied separately to clk and arch tree. However, this patchset can't apply for stable tree cause it still depends on another patchset in clk tree. https://patchwork.kernel.org/project/linux-clk/patch/20210423033334.3317992-4-aisheng.dong@xxxxxxx/ Dong Aisheng (2): clk: imx: scu: add enet rgmii gpr clocks arm64: dts: imx8: conn: fix enet clock setting .../boot/dts/freescale/imx8-ss-conn.dtsi | 50 ++++++++++++------- drivers/clk/imx/clk-imx8qxp.c | 22 ++++++-- 2 files changed, 50 insertions(+), 22 deletions(-) -- 2.25.1