summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2022-03-10 18:29:56 +0000
committerAndrey Zhizhikin <andrey.z@gmail.com>2022-04-05 18:58:30 +0000
commitd32a347c6a72cf1ead42ca54c370959b93dd7dfb (patch)
tree5890e05375b2b3c715d0fce23e480a54438d91a0
parent02175810980542445146219b51aa83310eb02db7 (diff)
downloadmeta-freescale-d32a347c6a72cf1ead42ca54c370959b93dd7dfb.tar.gz
linux-fslc-imx: add imx thermal merge fix
Following commits are included in the version: ---- 27b6c760cc7f thermal: imx: fix a merging issue ---- Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_5.10.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_5.10.bb b/recipes-kernel/linux/linux-fslc-imx_5.10.bb
index 04e4329a..fe41304d 100644
--- a/recipes-kernel/linux/linux-fslc-imx_5.10.bb
+++ b/recipes-kernel/linux/linux-fslc-imx_5.10.bb
@@ -38,6 +38,7 @@ Latest stable Kernel patchlevel is applied and maintained by Community."
38# ------------------------------------------------------------------------------ 38# ------------------------------------------------------------------------------
39# 3. Critical patches (SHA(s)) 39# 3. Critical patches (SHA(s))
40# ------------------------------------------------------------------------------ 40# ------------------------------------------------------------------------------
41# 27b6c760cc7f ("thermal: imx: fix a merging issue")
41# 8ef27ae9f200 ("gpio: fix enabling GPIO_VF610") 42# 8ef27ae9f200 ("gpio: fix enabling GPIO_VF610")
42# 12099c38577a ("ASoC: fsl_sai: Correct the clock source for mclk0") 43# 12099c38577a ("ASoC: fsl_sai: Correct the clock source for mclk0")
43# db172377e6e2 ("Revert "MLK-12786-2: ASoC: fsl_sai: correct the clock source for mclk0"") 44# db172377e6e2 ("Revert "MLK-12786-2: ASoC: fsl_sai: correct the clock source for mclk0"")
@@ -73,7 +74,7 @@ LICENSE = "GPL-2.0-only"
73LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 74LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
74 75
75KBRANCH = "5.10-2.1.x-imx" 76KBRANCH = "5.10-2.1.x-imx"
76SRCREV = "2c5ae913f94c3aef3b2ba5480444eef5b28409e6" 77SRCREV = "185a13076e02ee241bc1149b90f0fed051bf2649"
77 78
78# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 79# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
79# required by kernel-yocto.bbclass. 80# required by kernel-yocto.bbclass.