diff options
Diffstat (limited to 'power-8226.c')
| -rw-r--r-- | power-8226.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/power-8226.c b/power-8226.c index f797574..b654923 100644 --- a/power-8226.c +++ b/power-8226.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); |
