Hi Tom, Please pull these fixes from u-boot-imx, thanks.
The following changes since commit 3ac22891cfc0dc6d8eec25d2b0fbdd2eb8f3d3ed: Merge tag 'u-boot-imx-20231214' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2023-12-15 08:22:31 -0500) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20231220 for you to fetch changes up to 1f25c75619d7fdacbaa8c2c9c152ebc9aec807b3: ARM: dts: imx: Power off display output on Data Modul i.MX8M Mini/Plus eDM SBC (2023-12-18 20:25:57 -0300) u-boot-imx-master-20231220 -------------------------- CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/19007 - Make DRAM stable on i.MX8MP DHCOM SoM by using FPWM mode and updating the DRAM timing - Fix display artifacts when booting Linux on i.MX8M Mini/Plus eDM SBC ---------------------------------------------------------------- Marek Vasut (3): ARM: imx: Force DRAM regulators into FPWM mode on DH i.MX8MP DHCOM SoM ARM: imx: Update DRAM timings with inline ECC on DH i.MX8MP DHCOM SoM ARM: dts: imx: Power off display output on Data Modul i.MX8M Mini/Plus eDM SBC arch/arm/dts/imx8mm-data-modul-edm-sbc-u-boot.dtsi | 49 +++++++ arch/arm/dts/imx8mp-data-modul-edm-sbc-u-boot.dtsi | 48 +++++++ board/dhelectronics/dh_imx8mp/imx8mp_dhcom_pdk2.c | 5 +- board/dhelectronics/dh_imx8mp/lpddr4_timing.h | 6 + .../dhelectronics/dh_imx8mp/lpddr4_timing_2G_32.c | 130 ++++++++++-------- .../dhelectronics/dh_imx8mp/lpddr4_timing_4G_32.c | 149 ++++++++++++--------- board/dhelectronics/dh_imx8mp/spl.c | 33 +++++ configs/imx8mp_dhcom_pdk2_defconfig | 3 +- configs/imx8mp_dhcom_pdk3_defconfig | 3 +- 9 files changed, 310 insertions(+), 116 deletions(-)