blob: 7531aa6d875c48a080efd2c2728ad7e910da740d [file] [log] [blame]
Stewart Smith3009a332018-02-15 03:05:42 -06001From 4a67af9ad8cafeac5bddbcad3e7d875ab5538c27 Mon Sep 17 00:00:00 2001
2From: Stewart Smith <stewart@linux.vnet.ibm.com>
3Date: Thu, 15 Feb 2018 14:18:07 +1100
4Subject: [PATCH] Disable stop11 to workaround special wakeup bug
5
6Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
7---
8 witherspoon.xml | 4 ++--
9 1 file changed, 2 insertions(+), 2 deletions(-)
10
11diff --git a/witherspoon.xml b/witherspoon.xml
12index 09a09fc68217..eddd1ac257e6 100644
13--- a/witherspoon.xml
14+++ b/witherspoon.xml
15@@ -17295,7 +17295,7 @@
16 </attribute>
17 <attribute>
18 <id>SUPPORTED_STOP_STATES</id>
19- <default>0xEC100000</default>
20+ <default>0xEC000000</default>
21 </attribute>
22 <attribute>
23 <id>SUPPORTS_DYNAMIC_MEM_VOLT</id>
24--
252.14.3
26