power: Tune Sustained Performance Mode

CPUfreq for the little clusters will be capped to 960MHZ instead of
864MHz while the device is in Sustained Performance Mode.

Bug: 28452458
Change-Id: I7bac32c33090a7640fd23aa991e5f1109f663abe
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
diff --git a/power/power.c b/power/power.c
index 14c2fdf..c261fde 100644
--- a/power/power.c
+++ b/power/power.c
@@ -324,7 +324,7 @@
 
             pthread_mutex_lock(&lock);
             if (data && sustained_performance_mode == 0) {
-                int resources[] = {0x1508};
+                int resources[] = {0x1509};
                 int duration = 0;
                 handle = interaction_with_handle(handle, duration,
                                         sizeof(resources)/sizeof(resources[0]),