diff options
author | Samuli Piippo <[email protected]> | 2025-05-22 11:58:42 +0000 |
---|---|---|
committer | Samuli Piippo <[email protected]> | 2025-06-05 10:02:53 +0000 |
commit | 36d7b7e6d3102d0be98f518779da08be93e0fa2a (patch) | |
tree | c629bf3d5fcf1a703a5e72647e14b3166ac1c8d6 | |
parent | ea52606d22a79ffb861640c0b16748edce9b38c2 (diff) |
Switch to DTB suggested in i.MX 95 Verdin EVK Getting Started
manual that provides support for HDMI.
Pick-to: walnascar styhead
Fixes: QTBUG-137111
Change-Id: I4dab2972f4b9057f75e858883a39bd53efd5a3c4
Reviewed-by: Ari Parkkila <[email protected]>
Reviewed-by: Timo Lahti <[email protected]>
2 files changed, 29 insertions, 1 deletions
diff --git a/meta-boot2qt-distro/dynamic-layers/freescale-layer/recipes-bsp/u-boot/u-boot-imx/0002-imx95-switch-default-dtb.patch b/meta-boot2qt-distro/dynamic-layers/freescale-layer/recipes-bsp/u-boot/u-boot-imx/0002-imx95-switch-default-dtb.patch new file mode 100644 index 00000000..d62aeeb8 --- /dev/null +++ b/meta-boot2qt-distro/dynamic-layers/freescale-layer/recipes-bsp/u-boot/u-boot-imx/0002-imx95-switch-default-dtb.patch @@ -0,0 +1,25 @@ +From d7285919b8b9aac1c108df062a536678b88c0d17 Mon Sep 17 00:00:00 2001 +From: Samuli Piippo <[email protected]> +Date: Thu, 22 May 2025 11:55:33 +0000 +Subject: [PATCH] imx95: switch default dtb + +Use DTB that supports HDMI. + +Upstream-Status: Inappropriate [boot2qt specific] +--- + configs/imx95_19x19_verdin_defconfig | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/configs/imx95_19x19_verdin_defconfig b/configs/imx95_19x19_verdin_defconfig +index 01a993ceb2b..40177f98207 100644 +--- a/configs/imx95_19x19_verdin_defconfig ++++ b/configs/imx95_19x19_verdin_defconfig +@@ -28,7 +28,7 @@ CONFIG_REMAKE_ELF=y + CONFIG_SYS_MONITOR_LEN=524288 + CONFIG_DISTRO_DEFAULTS=y + CONFIG_BOOTCOMMAND="run distro_bootcmd;run bsp_bootcmd" +-CONFIG_DEFAULT_FDT_FILE="imx95-19x19-verdin-adv7535-ap1302.dtb" ++CONFIG_DEFAULT_FDT_FILE="imx95-19x19-verdin-lt8912.dtb" + CONFIG_ARCH_MISC_INIT=y + CONFIG_BOARD_EARLY_INIT_F=y + CONFIG_BOARD_LATE_INIT=y diff --git a/meta-boot2qt-distro/dynamic-layers/freescale-layer/recipes-bsp/u-boot/u-boot-imx_%.bbappend b/meta-boot2qt-distro/dynamic-layers/freescale-layer/recipes-bsp/u-boot/u-boot-imx_%.bbappend index 7c7735e9..83fa34e3 100644 --- a/meta-boot2qt-distro/dynamic-layers/freescale-layer/recipes-bsp/u-boot/u-boot-imx_%.bbappend +++ b/meta-boot2qt-distro/dynamic-layers/freescale-layer/recipes-bsp/u-boot/u-boot-imx_%.bbappend @@ -1,4 +1,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" -SRC_URI += "file://0001-imx93-expand-kernel-image-load-space.patch" +SRC_URI += "\ + file://0001-imx93-expand-kernel-image-load-space.patch \ + file://0002-imx95-switch-default-dtb.patch \ +" |