summaryrefslogtreecommitdiffstats
path: root/power-8610.c
diff options
context:
space:
mode:
Diffstat (limited to 'power-8610.c')
-rw-r--r--power-8610.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/power-8610.c b/power-8610.c
index f797574..b654923 100644
--- a/power-8610.c
+++ b/power-8610.c
@@ -133,7 +133,7 @@ int power_hint_override(power_hint_t hint, void* data) {
ret_val = process_video_decode_hint(data);
break;
case POWER_HINT_INTERACTION:
- int resources[] = {0x702, 0x20B, 0x30B};
+ int resources[] = {CPUS_ONLINE_MIN_2, 0x20B, 0x30B};
int duration = 3000;
interaction(duration, ARRAY_SIZE(resources), resources);