exynos9820-common: Boost GPU on interaction

Change-Id: Ie34a226cc049274b14d9da33e49707401a510198
diff --git a/configs/power/powerhint.json b/configs/power/powerhint.json
index 6d69669..2199ac5 100644
--- a/configs/power/powerhint.json
+++ b/configs/power/powerhint.json
@@ -5,6 +5,7 @@
             "Path": "/dev/gpu_freq_min",
             "Values": [
                 "0x00008ba60",
+                "0x00005c0a8",
                 "0x00003f7a0",
                 "0x000026160"
             ],
@@ -66,6 +67,12 @@
             "Value": "30"
         },
         {
+            "PowerHint": "INTERACTION",
+            "Node": "GPUMinFreq",
+            "Duration": 0,
+            "Value": "0x00005c0a8"
+        },
+        {
             "PowerHint": "LAUNCH",
             "Node": "PMQoSCpuDmaLatency",
             "Duration": 5000,
@@ -108,12 +115,6 @@
             "Value": "1"
         },
         {
-            "PowerHint": "INTERACTIVE",
-            "Node": "GPUMinFreq",
-            "Duration": 0,
-            "Value": "0x00003f7a0"
-        },
-        {
             "PowerHint": "DOUBLE_TAP_TO_WAKE",
             "Node": "DoubleTapToWakeEnable",
             "Duration": 0,
@@ -124,12 +125,6 @@
             "Node": "GPUMinFreq",
             "Duration": 0,
             "Value": "0x00008ba60"
-        },
-        {
-            "PowerHint": "LAUNCH",
-            "Node": "GPUMinFreq",
-            "Duration": 5000,
-            "Value": "0x00008ba60"
         }
     ]
 }