From ac238cacdb1bca4eded4dcf972399d615ac5f4d6 Mon Sep 17 00:00:00 2001 From: Dave Gerlach Date: Mon, 15 Dec 2014 13:09:01 -0600 Subject: [PATCH] ARM: OMAP2: pm33xx: Bump firmware version requirement to 0x190 Bump PM firmware minimum version requirement to 0x190 to fix AM335x cpuidle that uses the CM3 for MPU clock gating. Signed-off-by: Dave Gerlach --- arch/arm/mach-omap2/pm33xx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-omap2/pm33xx.h b/arch/arm/mach-omap2/pm33xx.h index 48c3bf2..d8a3c3b 100644 --- a/arch/arm/mach-omap2/pm33xx.h +++ b/arch/arm/mach-omap2/pm33xx.h @@ -70,7 +70,7 @@ void __iomem *omap_rtc_get_base_addr(void); #define IPC_CMD_RESET 0xe #define DS_IPC_DEFAULT 0xffffffff #define M3_VERSION_UNKNOWN 0x0000ffff -#define M3_BASELINE_VERSION 0x189 +#define M3_BASELINE_VERSION 0x190 #define M3_STATE_UNKNOWN 0 #define M3_STATE_RESET 1 -- 1.9.1