From 689f446967a96c9a4bdabded8b4935a259cc2416 Mon Sep 17 00:00:00 2001 From: Ryan Grimm Date: Tue, 27 Aug 2019 15:54:23 -0500 Subject: slw: Enable stop states on P9P Enable stop states on P9P for the Swift platform. Signed-off-by: Ryan Grimm [oliver: fixed patch title] Signed-off-by: Oliver O'Halloran --- hw/slw.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/slw.c b/hw/slw.c index bb88f0f..ed8a5f9 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); -- cgit v1.1