From 7fbc8a95bc525fcb67a3194a554c49b338de1acc Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Thu, 27 Feb 2025 13:54:12 -0300 Subject: linux-fslc-imx: Update with some bugfixes patches Relevant changes: - 5ff4cf4d61e11 Merge pull request #713 from angolini/fix_imx93 - e587f8fe42f16 firmware: se_fw: remove info_list from ro section - a0609cb5220a7 Merge pull request #712 from angolini/push_one - 0f638960dcffd media: Kconfig: fix double VIDEO_DEV - 226bfffe04bcb Merge pull request #709 from fs-csenatore/6.6-2.2.x-imx - 198242c057e00 drivers:clk:imx:clk-imx8mp-audiomix: remove duplicated CLK_GATE_PARENT definition - 427223e3206dd Merge pull request #707 from iceaway/revert_u-serial_patch - 4f5936d7391f8 Revert "usb: gadget: u_serial: Disable ep before setting port to null to fix the crash caused by port being null" Signed-off-by: Daiane Angolini (cherry picked from commit d43e64fbe34a71e64541af795d2aa3d8b5143eac) --- recipes-kernel/linux/linux-fslc-imx_6.6.bb | 5 ++++- 1 file changed, 4 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 95c9f27ce..fb7d098b6 100644 --- a/recipes-kernel/linux/linux-fslc-imx_6.6.bb +++ b/recipes-kernel/linux/linux-fslc-imx_6.6.bb @@ -43,6 +43,9 @@ 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 +# - e587f8fe42f6 firmware: se_fw: remove info_list from ro section +# - 198242c057e0 drivers:clk:imx:clk-imx8mp-audiomix: remove duplicated CLK_GATE_PARENT definition +# - 4f5936d7391f Revert "usb: gadget: u_serial: Disable ep before setting port to null to fix the crash caused by port being null" # - 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 @@ -76,7 +79,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 = "00aabf3c03c392a6993ab5037ac856b1e48edcad" +SRCREV = "5ff4cf4d61e11f0fdf8d4e2e54fbb203e46d34b2" # 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