]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-imx (2.6.35.3): readd workaround for iMX28 problem with cpufreq
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 6 Sep 2012 12:38:14 +0000 (09:38 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 10 Sep 2012 00:33:23 +0000 (21:33 -0300)
When cleaning the kernel recipes, the patch to disable cpufreq. This
patch readd the the missing workaround back to fix the hanging issue
during the boot.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.35.3.bb

index b63b6dbeb2a1ea2f430d9e517f2918b9e25757e8..439033db08210edf6bb50bb5d87e7d7569eacbcd 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright (C) 2011-2012 Freescale Semiconductor
 # Released under the MIT license (see COPYING.MIT for the terms)
 
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.4"
 
 include linux-imx.inc
 
@@ -24,6 +24,7 @@ SRC_URI += "file://NFS-Fix-nfsroot-support.patch \
 SRC_URI_append_mxs = " \
            file://mx23-do-not-use-safe-write.patch \
            file://mx23-dont-mange-IRQ_VDDA_BRNOUT.patch \
+           file://mx28-removecpufreq.patch \
            file://mxs-duart-use-ttyAMA-for-device-name.patch \
 "