Stewart Smith | 3009a33 | 2018-02-15 03:05:42 -0600 | [diff] [blame] | 1 | From 4a67af9ad8cafeac5bddbcad3e7d875ab5538c27 Mon Sep 17 00:00:00 2001 |
| 2 | From: Stewart Smith <stewart@linux.vnet.ibm.com> |
| 3 | Date: Thu, 15 Feb 2018 14:18:07 +1100 |
| 4 | Subject: [PATCH] Disable stop11 to workaround special wakeup bug |
| 5 | |
| 6 | Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com> |
| 7 | --- |
| 8 | witherspoon.xml | 4 ++-- |
| 9 | 1 file changed, 2 insertions(+), 2 deletions(-) |
| 10 | |
| 11 | diff --git a/witherspoon.xml b/witherspoon.xml |
| 12 | index 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 | -- |
| 25 | 2.14.3 |
| 26 | |