From d417e7b9222276766bfe4afa91da01cc8eb1949e Mon Sep 17 00:00:00 2001 From: Ernest Van Hoecke Date: Mon, 3 Feb 2025 09:39:11 +0100 Subject: linux-fslc-imx: Forward port patches into 6.6-2.2.x Port some patches from 6.6-2.1.x to 6.6-2.2.x and update the recipe documentation to include them. Signed-off-by: Ernest Van Hoecke (cherry picked from commit b50af8befaa566c4d866b795e425dd1dbd8db0d2) --- recipes-kernel/linux/linux-fslc-imx_6.6.bb | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-fslc-imx_6.6.bb b/recipes-kernel/linux/linux-fslc-imx_6.6.bb index eb9d2ab5..95c9f27c 100644 --- a/recipes-kernel/linux/linux-fslc-imx_6.6.bb +++ b/recipes-kernel/linux/linux-fslc-imx_6.6.bb @@ -43,6 +43,18 @@ Latest stable Kernel patchlevel is applied and maintained by Community." # Additional commits may exist to better acommodate yocto builds. # # $ git log --oneline --no-merges v6.6.74.. ^mainline/linux-6.6.y ^NXP/lf-6.6.y +# - 997b7e13e413 imx8mp-olimex.dts: Olimex iMX8MP-SOM-EVB-IND +# - b746c990ecba Revert "LF-12740: mxc: vpu: hantro_v4l2: report performance statistics" +# - e349e6c45a94 arm64: imx_v8_defconfig: Enable CONFIG_GPIO_VF610 +# - 5a015324eddc arm64: dts: imx8qm: add missing imx8-ss-cm40.dtsi include +# - 8a8245d395d5 arm64: dts: imx8: img: add #address-cells and #size-cells to I2C MIPI CSI nodes +# - db13648c4be6 fw: imx: seco_mu: change dev_err to dev_err_probe for -EPROBE_DEFER +# - 0451236fd0ae clk: imx: imx8qm: add more resources to whitelist +# - 2ee789512d1b drm/imx: lcdifv3: Fix videomode settings +# - 5cd4c30ec228 i2c: imx: Remove unnecessary clock reconfiguration +# - 583f2a703c5d tty: vt: conmakehash: remove non-portable code printing comment header +# - 4ddc4dae8515 tty: vt: conmakehash: cope with abs_srctree no longer in env +# - 46a05495bce3 drm: of: Fix build without CONFIG_OF # - 3d6392b96bf1 Revert "LF-4131 iio: gyro: fxas21002c: Fix raw data is not updated in trigger/buffer" # - 93b9fc75becd nvmem: imx-ocotp-fsb-s400: BUG: Fix the word count # - 090d101928fc tty: vt: conmakehash: Don't mention the full path of the input in output @@ -64,7 +76,7 @@ require linux-imx.inc KBRANCH = "6.6-2.2.x-imx" SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" -SRCREV = "92bdc37231596ea6b737cf897cea98c356b9d248" +SRCREV = "00aabf3c03c392a6993ab5037ac856b1e48edcad" # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition # required by kernel-yocto.bbclass. -- cgit v1.2.3-54-g00ecf