aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/slw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/slw.c b/hw/slw.c
index 0af2b43..d709901 100644
--- a/hw/slw.c
+++ b/hw/slw.c
@@ -555,7 +555,7 @@ void add_cpu_idle_state_properties(void)
nr_states = ARRAY_SIZE(power8_cpu_idle_states);
/* Check if hostboot say we can sleep */
- if (!p || !dt_prop_find_string(p, "fastsleep")) {
+ if (!p || !dt_prop_find_string(p, "fast-sleep")) {
printf("SLW: Sleep not enabled by HB on this platform\n");
can_sleep = false;
}