blob: e8601a704f60102e2bb3e817b4b0004d09067127 [file] [log] [blame]
hostboote0a5b032018-02-26 13:18:19 -06001From 6671d5cd2e774fd36acbbcacc2929395522fa554 Mon Sep 17 00:00:00 2001
2From: Stewart Smith <stewart@linux.vnet.ibm.com>
3Date: Wed, 28 Feb 2018 10:09:33 +1100
4Subject: [PATCH] disable stop4 and stop5
5
6Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
7---
8 witherspoon.xml | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/witherspoon.xml b/witherspoon.xml
12index 18d84b389cb0..e4d4dcebe969 100644
13--- a/witherspoon.xml
14+++ b/witherspoon.xml
15@@ -17634,7 +17634,7 @@
16 </attribute>
17 <attribute>
18 <id>SUPPORTED_STOP_STATES</id>
19- <default>0xEC000000</default>
20+ <default>0xE0000000</default>
21 </attribute>
22 <attribute>
23 <id>SUPPORTS_DYNAMIC_MEM_VOLT</id>
24--
252.14.3
26