summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-11-24 21:39:37 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-11-24 22:44:21 +0000
commitd982e66154e5fa2e1eb7fbf1229526cfa37397a7 (patch)
treeb821b01d2a3169d1673c3c486d5534ed24073f83
parentfefd97bc11f51948f4a77cbfcbe74c5c731d4ec6 (diff)
downloadmeta-freescale-d982e66154e5fa2e1eb7fbf1229526cfa37397a7.tar.gz
linux-fslc-imx: fix fsl_lpuart boot freeze
This bumps the kernel to 9dcc132b0caa. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 697d5de9184246815d81b248bfa3a2175094ad02)
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_5.15.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_5.15.bb b/recipes-kernel/linux/linux-fslc-imx_5.15.bb
index 2bd16813..25608c83 100644
--- a/recipes-kernel/linux/linux-fslc-imx_5.15.bb
+++ b/recipes-kernel/linux/linux-fslc-imx_5.15.bb
@@ -51,6 +51,7 @@ Latest stable Kernel patchlevel is applied and maintained by Community."
51# 44970f9fbed6 Revert "media: imx-jpeg: Align upwards buffer size" 51# 44970f9fbed6 Revert "media: imx-jpeg: Align upwards buffer size"
52# ee7468eafdaa Revert "LF-6878: LF-6658: media: imx-jpeg: Support contiguous and non contiguous format" 52# ee7468eafdaa Revert "LF-6878: LF-6658: media: imx-jpeg: Support contiguous and non contiguous format"
53# bb6e70bff1b7 drivers/soc/imx/gpcv2.c: complete patch revert 53# bb6e70bff1b7 drivers/soc/imx/gpcv2.c: complete patch revert
54# a682d463667a Revert "serial: fsl_lpuart: Reset prior to registration"
54# 55#
55# NOTE to upgraders: 56# NOTE to upgraders:
56# This recipe should NOT collect individual patches, they should be applied to 57# This recipe should NOT collect individual patches, they should be applied to
@@ -64,7 +65,7 @@ LICENSE = "GPL-2.0-only"
64LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 65LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
65 66
66KBRANCH = "5.15-2.1.x-imx" 67KBRANCH = "5.15-2.1.x-imx"
67SRCREV = "0dbb0e28ad332aa0955b873beb91190ae05ac655" 68SRCREV = "9dcc132b0caa04022a9adbb76510258684fbfef7"
68 69
69# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 70# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
70# required by kernel-yocto.bbclass. 71# required by kernel-yocto.bbclass.