diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2022-03-10 18:29:56 +0000 |
---|---|---|
committer | Andrey Zhizhikin <andrey.z@gmail.com> | 2022-04-05 18:58:30 +0000 |
commit | d32a347c6a72cf1ead42ca54c370959b93dd7dfb (patch) | |
tree | 5890e05375b2b3c715d0fce23e480a54438d91a0 /recipes-kernel | |
parent | 02175810980542445146219b51aa83310eb02db7 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-fslc-imx_5.10.bb | 3 |
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" | |||
73 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 74 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
74 | 75 | ||
75 | KBRANCH = "5.10-2.1.x-imx" | 76 | KBRANCH = "5.10-2.1.x-imx" |
76 | SRCREV = "2c5ae913f94c3aef3b2ba5480444eef5b28409e6" | 77 | SRCREV = "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. |