[Skiboot] [PATCH] slw: Enable idle top states on P9P

Ryan Grimm grimm at linux.ibm.com
Wed Aug 28 06:54:23 AEST 2019


Enable stop states on P9P for the Swift platform.

Signed-off-by: Ryan Grimm <grimm at linux.ibm.com>
---
 hw/slw.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hw/slw.c b/hw/slw.c
index bb88f0f1..ed8a5f9e 100644
--- a/hw/slw.c
+++ b/hw/slw.c
@@ -771,7 +771,8 @@ void add_cpu_idle_state_properties(void)
 	chip = next_chip(NULL);
 	assert(chip);
 	if (chip->type == PROC_CHIP_P9_NIMBUS ||
-	    chip->type == PROC_CHIP_P9_CUMULUS) {
+	    chip->type == PROC_CHIP_P9_CUMULUS ||
+	    chip->type == PROC_CHIP_P9P) {
 		if (proc_chip_quirks & QUIRK_MAMBO_CALLOUTS) {
 			states = power9_mambo_cpu_idle_states;
 			nr_states = ARRAY_SIZE(power9_mambo_cpu_idle_states);
-- 
2.17.1



More information about the Skiboot mailing list