Hi, this small series adds the correct DDR4 support for the imx8mn-evk since till now we misused the LPDDR4 DT for it. Before applying Ahmads patch the preceding patches must be applied else the deep probe support will cause odd boot issues. Regards, Marco Ahmad Fatoum (1): ARM: i.MX8MN: pass along correct DT depending on variant Marco Felsch (3): phy: fix deep probe support phy: propagate error in of_phy_get_by_phandle usb: chipidea: imx: call enable_clk after all resources are requested arch/arm/boards/nxp-imx8mn-evk/board.c | 21 ++++-- arch/arm/boards/nxp-imx8mn-evk/lowlevel.c | 13 +++- arch/arm/dts/Makefile | 2 +- arch/arm/dts/imx8mn-ddr4-evk.dts | 6 ++ arch/arm/dts/imx8mn-evk.dts | 84 +---------------------- arch/arm/dts/imx8mn-evk.dtsi | 83 ++++++++++++++++++++++ drivers/phy/phy-core.c | 11 +-- drivers/usb/imx/chipidea-imx.c | 10 ++- 8 files changed, 131 insertions(+), 99 deletions(-) create mode 100644 arch/arm/dts/imx8mn-ddr4-evk.dts create mode 100644 arch/arm/dts/imx8mn-evk.dtsi -- 2.30.2