From c5f7a7cb9a208a3d185b047df9eef5bd5aa06c1a Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 21 Mar 2012 09:02:22 +0100 Subject: linux 3.0: update to 3.0.25 Backport Nishants OPP/hwmod fix to get more than 600MHz out of 37xx, but don't activate it yet. 3630ES1.2 derived silicon gets misdetected: xM revision A: [ 0.000000] OMAP3630 ES1.0 (l2cache iva sgx neon isp 192mhz_clk ) new xM revision C: [ 0.000000] OMAP3630 ES1.2 (l2cache neon isp 192mhz_clk ) Since the iva hwmod is missing the OPP tables will fail and clock it back to 600MHz. But with the patch the kernel hangs in early init. This problem isn't specific to this kernel update, it just coincided with ES1.2 silicon arriving on my desk. Signed-off-by: Koen Kooi Signed-off-by: Denys Dmytriyenko --- conf/machine/include/omap3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index 9cafe852..16078dbc 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -4,7 +4,7 @@ require conf/machine/include/soc-family.inc require conf/machine/include/tune-cortexa8.inc PREFERRED_PROVIDER_virtual/kernel = "linux-omap" # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r117" +MACHINE_KERNEL_PR = "r118" KERNEL_IMAGETYPE = "uImage" -- cgit v1.2.3-54-g00ecf