]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00174569: MX6 - Disable WAIT mode by default
authorRanjani Vaidyanathan <ra5478@freescale.com>
Wed, 15 Feb 2012 15:15:06 +0000 (09:15 -0600)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:11:03 +0000 (14:11 +0200)
None of the workarounds implemented in SW provide a stable solution for
the WAIT mode issue.
For this release, WAIT mode is disabled by default.

Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
arch/arm/mach-mx6/cpu.c

index da7d442eeae7d0645e2ee977a834993275602b06..7b7668cf0a6a136b5d7bbac289c08c45ca9b3713 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011 Freescale Semiconductor, Inc. All Rights Reserved.
+ * Copyright (C) 2011-2012 Freescale Semiconductor, Inc. All Rights Reserved.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -38,7 +38,7 @@ extern void mx6_wait(void);
 
 
 struct cpu_op *(*get_cpu_op)(int *op);
-bool enable_wait_mode = true;
+bool enable_wait_mode;
 u32 arm_max_freq = CPU_AT_1GHz;
 
 void __iomem *gpc_base;